invisibleroads / invisibleroads/socketIO-client
When should I call wait
Open
- Dominant language
- Python
- Stars
- 441
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
In the examples `wait` is called basically after every method that communicates with the server, but I noticed that:
- `wait(seconds = 1)` waits for one second even if a response is received before then
- everything works fine without calling wait
When is it necessary/recommended to call `wait`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.