Sorry in advance if I'm mistaken here but I think this argument: https://github.com/phi-friday/python-socketio-stubs/blob/8bbae11227cc2158424556f8363fb1e393671c64/src/socketio-stubs/client.pyi#L56 should be a float, not an int. The argument is "wait timeout" in **seconds**. The same goes for the async client: https://github.com/phi-friday/python-socketio-stubs/blob/8bbae11227cc2158424556f8363fb1e393671c64/src/socketio-stubs/async_client.pyi#L60
Sorry in advance if I'm mistaken here but I think this argument:
python-socketio-stubs/src/socketio-stubs/client.pyi
Line 56 in 8bbae11
should be a float, not an int. The argument is "wait timeout" in seconds.
The same goes for the async client:
python-socketio-stubs/src/socketio-stubs/async_client.pyi
Line 60 in 8bbae11