Ben K Muller

Results 3 issues of Ben K Muller

**Describe the bug** I operate locally on a Mac and a simple test from a sample pdf passes locally, but fails in a Docker container. **To Reproduce** Steps to reproduce...

running the simple example on the homepage ``` from graphql_client import GraphQLClient def callback(_id, data): print("got new data..") print(f"msg id: {_id}. data: {data}") with GraphQLClient(endpoint) as client: sub_id = client.subscribe(subscription,...

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to try to find a similar issue and didn't find...

bug