-
Notifications
You must be signed in to change notification settings - Fork 342
fix: do not send GQL_STOP after GQL_COMPLETED is received #775
fix: do not send GQL_STOP after GQL_COMPLETED is received #775
Conversation
@abernix WDYT? |
@trevorblades let me know your thoughts. |
I have publish a parallel version while that, if anyone want to get access to this fix/improvement feel free to use it https://www.npmjs.com/package/@texelz/subscriptions-transport-ws/v/0.9.1-6.no-gql-stop it just need a little hack if you are using WebSocketLink, because of this
|
…plete # Conflicts: # CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for working on this @onhate - and sorry for the long delay in getting this merged!
This change causes server memory leaks. #805 I personally do not think it's a bad client fix, but the server does not handle it correctly. |
fix #711