aeruhxi
03/02/2018, 6:07 AMorangy
aeruhxi
03/02/2018, 6:18 AMinstall(WebSockets) {
pingPeriod = Duration.ofMinutes(5)
}
Is this it?cy
03/02/2018, 7:17 AMpingPeriod
enables server to client ping while client side pings are handled automatically unless you have raw websocket (responding and instance of WebSocketUpgrade
starts raw websocket as well)aeruhxi
03/02/2018, 8:31 AM