Hi folks. I'm using Ktor to connect to a WebSocket server using the OkHTTP engine. Does Ktor proacti...
g
Hi folks. I'm using Ktor to connect to a WebSocket server using the OkHTTP engine. Does Ktor proactively detect and terminate broken connections using WebSocket pings? If not, how can I do it manually? I can't find any docs on this.