Closed czechboy0 closed 1 year ago
We lost URLSessionTransport's conformance to ClientTransport along the way somewhere. But that's kind of its main job :)
Re-add the conformance.
Now the transport can be used as a ClientTransport again.
Explicitly cast the test transport to be a ClientTransport, rather than using the concrete type.
Motivation
We lost URLSessionTransport's conformance to ClientTransport along the way somewhere. But that's kind of its main job :)
Modifications
Re-add the conformance.
Result
Now the transport can be used as a ClientTransport again.
Test Plan
Explicitly cast the test transport to be a ClientTransport, rather than using the concrete type.