invisibleroads / invisibleroads/socketIO-client
wait() - milliseconds doesn't work
Open
- Dominant language
- Python
- Stars
- 441
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
i need to push more than one message per second. In the wait function i found following code:
`def wait(self, seconds=None, **kw):
...
self._transport.set_timeout(seconds=1)`
this allows me not sending more than one message per second.
##
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.