We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cbcdef + 583f3f0 commit 9204c91Copy full SHA for 9204c91
1 file changed
graphql_ws/base.py
@@ -178,4 +178,4 @@ def unsubscribe(self, connection_context, op_id):
178
connection_context.get_operation(op_id).dispose()
179
# Close operation
180
connection_context.remove_operation(op_id)
181
- self.on_operation_complete(connection_context, op_id)
+ return self.on_operation_complete(connection_context, op_id)
0 commit comments