I have a simple websocket server. A client can connect and it behaves correctly, until the client disconnects. Then, Helidon throws an Internal Error exception. I ...
I'm trying to send message to a specific WebSocketConnectionPtr after an HTTP request, but the message is not always really sent. WebSocketConnectionPtr->connected() is true; WebSocketController ...