You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Environment Details
Helidon Version: 4.0.0
Helidon SE or Helidon MP: Helidon SE
JDK version: 21
OS: macOS Ventura 13.6
Docker version (if applicable): None
Problem Description
I have a simple websocket server. I use websocat (https://github.com/vi/websocat) to test as a client. It connects and it behaves correctly, until the client disconnects (Ctrl+C websocat). Then, Helidon throws an Internal Error exception.
This problem is easily reproducible and it happens every time.
This is the stack trace on my program, the server, after I exit the websocket client:
I can say "hi" and it replies with "yap!". My program prints "hi".
I can say "something else" and it replies with "yap!". My program prints "something else".
I then do Ctrl+C on websocat. websocat exits. My program throws the exception above.
Notice in the stack trace no line corresponds to my own code. It's all internal Helidon code.
The text was updated successfully, but these errors were encountered:
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.
Environment Details
Problem Description
I have a simple websocket server. I use websocat (https://github.com/vi/websocat) to test as a client. It connects and it behaves correctly, until the client disconnects (Ctrl+C websocat). Then, Helidon throws an Internal Error exception.
This problem is easily reproducible and it happens every time.
This is the stack trace on my program, the server, after I exit the websocket client:
Steps to reproduce
I have a simple websocket built like so:
In a separate terminal I run:
I can say "hi" and it replies with "yap!". My program prints "hi".
I can say "something else" and it replies with "yap!". My program prints "something else".
I then do Ctrl+C on websocat. websocat exits. My program throws the exception above.
Notice in the stack trace no line corresponds to my own code. It's all internal Helidon code.
The text was updated successfully, but these errors were encountered: