apollographql / subscriptions-transport-ws

:arrows_clockwise: A WebSocket client + server for GraphQL subscriptions
https://www.npmjs.com/package/subscriptions-transport-ws
MIT License
1.52k stars 342 forks source link

Memory leak issue with multiple connections #844

Closed kundkingan closed 2 years ago

kundkingan commented 3 years ago

Hi!

We are running into memory leaks when having multiple websocket connections open. I can see there is already PR's for this issue

https://github.com/apollographql/subscriptions-transport-ws/pull/836 https://github.com/apollographql/subscriptions-transport-ws/pull/809

Is someone taking any responsibility for this issue?

There are like 1.6m weekly downloads of this package....

@helfer @amandajliu @stubailo @DxCx @kamilkisiela @gluck @NeoPhi @lfittl

NeoPhi commented 3 years ago

As noted on the main page for this repo:

The subscriptions-transport-ws library is not being actively maintained. It is recommended that you use the graphql-ws library instead. For details read the GraphQL over WebSockets announcement.