mixpanel-python
mixpanel-python copied to clipboard
Create a new session for each request.
Creating a session __init__ causes Http 104, connection reset errors. The session shouldn't be alive for that long.
We are experiencing the same issue with the library when using a global client and believe this to be the ideal solution. Would love to see this accepted and merged.
We are also experiencing this. We had to downgrade the client until this is resolved.