Jan
socket = http.webSocketSession( generateWebsocketURL( config.encoding, config.compression ) ) { timeout { this.connectTimeoutMillis = 5000; this.socketTimeoutMillis = 2 * 60 * 1000 } }
HttpClient() { install(WebSockets) }.webSocketSession( "<wss://testabcde.com/ws>", )
A modern programming language that makes developers happier.