ecthiender / py-graphql-client

Dead-simple GraphQL client with subscriptions over websockets
https://pypi.org/project/py-graphql-client/
Other
37 stars 11 forks source link

Request to expose websocket ConnectionId #27

Open vaibhavpingle opened 3 years ago

vaibhavpingle commented 3 years ago

Can I get the Id of the web socket connection exposed on the GraphQlClient object? I wanted to use it for logging purposes and reconciliation with the server side records

ecthiender commented 1 year ago

Thanks for the request. I'll try to add it soon. Otherwise feel free to open a PR :)