apollo-kotlin
apollo-kotlin copied to clipboard
[Multiplatform] Add NSURLSession and Multipath TCP support
Question. apollo Multiplatform When to support NSURLSession。 I have one that needs to use MutiPath TCP
This is not supported at the moment but you can implement your own NetworkTransport
based on NSURLSession
, like ApolloHttpNetworkTransport
does for NSURLConnection