Has anyone tried out getting a websocket working o...
# multiplatform
v
Has anyone tried out getting a websocket working on iOS? Seems like ktor does not support it directly, but one could use their
Engine
API to bake Starscream or any other third party library into it
f
Yes, i have a pet project that uses websocket on iOS: https://github.com/felipehjcosta/chat-app
👍 1
I recently have changed the websocket implementation from
SocketRocket
to websockets API on iOS 13
v
Is iOS 13 the minimum supported version?
f
Yes