forked from shurcooL/graphql
-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
I've tried different approaches for gracefully shutting down the subscription and none of them worked.
Here is what I would have expected:
RunWithContext
to NOT return acontext canceled
error in case context is cancelled by client;Close
method to NOT return acontext canceled
error.
I get the error even when I Unsubscribe
explicitly from all the subscriptionIDs.
The current behavior makes distinguishing legit context-cancel (meant to stop the subscriptions) from other internally triggered cancellations impossible.
Metadata
Metadata
Assignees
Labels
No labels