python-graphql-client
python-graphql-client copied to clipboard
Handle Subscription Complete
What kind of change does this PR introduce?
Handle subscription complete properly.
What is the current behavior?
Errors out when a complete message is sent.
What is the new behavior?
Return from function so subscribe complete and websocket is cleaned up.
Does this PR introduce a breaking change?
no
Other information
@pizzapanther thanks for the contribution to the project, could you please add a unit tests for the proposed changes?