Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Thread Usage in Tyrus WebSocket Client During Initial Request Handling #916

Open
erwindrsno opened this issue Nov 24, 2024 · 0 comments

Comments

@erwindrsno
Copy link

Context: I have two annotated @OnMessage. One handles incoming binary, and the other is String.

I observed that the Tyrus WebSocket Client appears to use two threads (Grizzly(1) and Grizzly(2)) to handle the incoming data (binary and string) when I first run the program. The next time I re-run, it only uses one thread which is : Grizzly(1). Can anyone explain to me regarding this inconsistent thread usage on the client side? thankyou.

problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant