summaryrefslogtreecommitdiff
path: root/game/python-extra/ws4py/websocket.py
AgeCommit message (Collapse)AuthorFilesLines
2020-12-17It is not being terribly "data-hungry", but well, there is CPU to consider ↵Jesusaves1-1/+2
as well. Add extra delays to how often it heartbeats (2s -> 5s) and an extra delay between interactions (Now 50ms).
2020-12-17Replace websocket-client with ws4pyJesusaves1-0/+615
Both are dead but well, Python 2.7 is dead, soooo