graphql-ws
Advanced tools
Comparing version 5.11.0 to 5.11.1
@@ -241,5 +241,5 @@ "use strict"; | ||
const subscription = ctx.subscriptions[message.id]; | ||
delete ctx.subscriptions[message.id]; // deleting the subscription means no further activity should take place | ||
if ((0, utils_1.isAsyncGenerator)(subscription)) | ||
await subscription.return(undefined); | ||
delete ctx.subscriptions[message.id]; // deleting the subscription means no further activity should take place | ||
return; | ||
@@ -246,0 +246,0 @@ } |
{ | ||
"name": "graphql-ws", | ||
"version": "5.11.0", | ||
"version": "5.11.1", | ||
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package