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

bug: timer threads created in WebsocketGraphQLTransportWSProtocolHandler persist after session closes #1805

Closed
mikefischetti opened this issue Feb 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mikefischetti
Copy link
Contributor

Expected behavior

Timer threads cancel after session has been closed and removed from contexts

Actual behavior

Timer threads remain after sessions are closed, increasing the jvm thread count. Timer threads are being created here:

Steps to reproduce

Open a ws connection and send a "connection_init" + "subscribe" message using graphql-transport-ws. A timer thread should have been created. Close the connection and the threads remain.

Screen Shot 2024-02-01 at 5 11 46 PM
Screen Shot 2024-02-01 at 5 14 37 PM

@mikefischetti
Copy link
Contributor Author

opened #1808

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant