apollo-kotlin icon indicating copy to clipboard operation
apollo-kotlin copied to clipboard

[Multiplatform] Add NSURLSession and Multipath TCP support

Open likuai2010 opened this issue 4 years ago • 1 comments

Question. apollo Multiplatform When to support NSURLSession。 I have one that needs to use MutiPath TCP

likuai2010 avatar Jul 10 '20 05:07 likuai2010

This is not supported at the moment but you can implement your own NetworkTransport based on NSURLSession, like ApolloHttpNetworkTransport does for NSURLConnection

martinbonnin avatar Jul 10 '20 08:07 martinbonnin