Does anyone has an example how to use the WebSocketClient of korIO? On https://korlibs.soywiz.com/korio/#websocket-client is only the class itself, but no sample of how to interact with it.
Pointers to how
There is also a demo URLs wich allows you to test it without a running server. I had problems on the JVM, so I only enabled it on the JavaScript target.
r
Rachid
07/05/2020, 9:24 PM
in the mean time I have the ktor client working using its documentation. Thnx anyway. When I decide to switch to korIO I know where to look 🙂
How did you manage to gain the knowledge to use this?