Hi, I’m using Ktor Web Socket in a multiplatform project (Android/iOS). I saw
auto-retry for http request, but no option for websocket connection. Does it work with Ktor Web Socket or any other option?
My use-case is that the app keeps a Web Socket connection to the server. From time to time, the connection is dropped due to client connectivity (ex. switch between wifi/data, connection glitch) or backend (ex. scaling optimization). I would like to implement an auto reconnect logic when it’s dropped.