Handle board status message #2

Merged
marco merged 1 commits from handle-status-reconnects into master 2023-12-09 19:51:15 +00:00
Owner

This is another step to allow reconnecting after connection loss or
browser closing.

When the game is left with the X button on the bottom right, we will
close the websocket connection, to let the server know, that we are
gone.

The server still has issues that prevent this from working flawlessly.

This is another step to allow reconnecting after connection loss or browser closing. When the game is left with the X button on the bottom right, we will close the websocket connection, to let the server know, that we are gone. The server still has issues that prevent this from working flawlessly.
marco added 1 commit 2023-12-09 19:44:41 +00:00
1cb5ffb82b Handle board status message
This is another step to allow reconnecting after connection loss or
browser closing.

When the game is left with the X button on the bottom right, we will
close the websocket connection, to let the server know, that we are
gone.

The server still has issues that prevent this from working flawlessly.
marco reviewed 2023-12-09 19:47:15 +00:00
@ -1,4 +1,5 @@
import 'package:go_router/go_router.dart';
import 'package:mchess/connection/ws_connection.dart';
Author
Owner

unused

unused
marco force-pushed handle-status-reconnects from 1cb5ffb82b to 8f4cd2266f 2023-12-09 19:48:51 +00:00 Compare
marco merged commit 4a9047fd67 into master 2023-12-09 19:51:15 +00:00
marco deleted branch handle-status-reconnects 2023-12-09 19:51:52 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: marco/mchess-client#2
No description provided.