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
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.
The text was updated successfully, but these errors were encountered:
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:
dgs-framework/graphql-dgs-subscriptions-websockets/src/main/kotlin/com/netflix/graphql/dgs/subscriptions/websockets/WebsocketGraphQLTransportWSProtocolHandler.kt
Line 81 in 38f483f
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.The text was updated successfully, but these errors were encountered: