tue-robotics / at-home-refbox

Server, referee client and audience client for RoboCup@Home
0 stars 0 forks source link

Reconnecting client to server #4

Closed jlunenburg closed 3 years ago

jlunenburg commented 3 years ago

In case of a lost connection, the clients don't automatically reconnect. This would be desirable (although I can imagine that this is more a development problem than a problem in practice where the server should always be up-and-running.

MatthijsBurgh commented 3 years ago

Solution: https://stackoverflow.com/a/23176223/12135039

Apply to https://github.com/tue-robotics/at-home-refbox/blob/master/refbox/src/refBox.js#L184