nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 23 forks source link

Added reconnect logic to the websocket, current is set to retry after 3s #81

Closed token419 closed 2 months ago

token419 commented 2 months ago

Setup a QTimer to fire when the websocket disconnects. After a 3 second delay it will try to open the connection again if the sharing service is still enabled.