Should we remove Sendable conformance from Response
and ResponseBody
?
#632
Labels
breaking change
Change that requires a major version
Response
and ResponseBody
?
#632
They currently are Sendable but making
ResponseBody
Sendable means that the closure it holds needs to beSendable
as well. This complicates things when the type being written in the Response is non Sendable.The text was updated successfully, but these errors were encountered: