Oberhauser-Dev / wrestling_scoreboard

Wrestling software for managing team matches and competitions.
https://oberhauser-dev.github.io/wrestling_scoreboard/
MIT License
3 stars 0 forks source link

Socket connection drops after short idle #10

Closed Zomtir closed 1 year ago

Zomtir commented 1 year ago

When idling for a few seconds on a page, a notification pops up that the connection was lost. This is most likely connected the socket connection.

Gustl22 commented 1 year ago

This is only on web: https://github.com/dart-lang/web_socket_channel/issues/186 Also known as pingInterval, which is only available on non web platforms.