invisibleroads / socketIO-client

A socket.io client library for Python
http://pypi.python.org/pypi/socketIO-client
MIT License
447 stars 205 forks source link

Unstable client #206

Open lucasalberto01 opened 5 years ago

lucasalberto01 commented 5 years ago

Hi, I am using ssl on the client and it is very unstable, it keeps giving the message WARNING: urllib3.connectionpool: Connection pool is full, discarding connection: 127.0.0.1 and when that happens, a message gets lost, and it gets disconnected and reconnected from the server. Does anyone know how to solve this problem?