ThatNerdSquared / hyperfocus-app

Collaborative pomodoro timer built with React and Express
5 stars 0 forks source link

Implement keepalive pings #2

Open ThatNerdSquared opened 3 years ago

ThatNerdSquared commented 3 years ago

Currently, the Websocket connection between the server and the client times out after a while because the server does not detect feedback from the client.

Implementing a ping that happens 30 seconds where the server and client send data back and forth would help to resolve this problem.

ThatNerdSquared commented 3 years ago

Keepalive pings for Hyperfocus