Hi all. I am working on multiplatform project that...
# ktor
e
Hi all. I am working on multiplatform project that using websocket protocol. Does ktor support now websocket on iOS? Want to move all network communication in common code and implement all websocket logic there using ktor.
h
https://ktor.io/clients/websockets.html
Ktor provides a WebSocket client for the following engines: CIO, OkHttp, Js
e
Maybe you know, do they have any updated or pipeline to understand when will they support some other engines?