You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already can use ktor-client to websockets communications on android (with ktor-client-okhttp), but on iOS it's disabled. Here proof of concept project where implemented iOS websockets support for ktor HttpClientEngine on iOS - https://github.com/Alex009/ktor-client-ios-websockets
in this issue we should add into moko-network library ability to create HttpClientEngine with websockets support
The text was updated successfully, but these errors were encountered:
We already can use
ktor-client
to websockets communications on android (withktor-client-okhttp
), but on iOS it's disabled. Here proof of concept project where implemented iOS websockets support for ktorHttpClientEngine
on iOS - https://github.com/Alex009/ktor-client-ios-websocketsin this issue we should add into moko-network library ability to create
HttpClientEngine
with websockets supportThe text was updated successfully, but these errors were encountered: