Hi folks. I'm using Ktor to connect to a WebSocket...
# ktor
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.