mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Merge branch 'master' of https://github.com/AlecM33/Werewolf
This commit is contained in:
@@ -34,6 +34,9 @@ const game = () => {
|
||||
UserUtility.validateAnonUserSignature(res.content)
|
||||
);
|
||||
});
|
||||
socket.on('connect_error', (err) => {
|
||||
toast(err, 'error', true, false);
|
||||
});
|
||||
socket.on('disconnect', () => {
|
||||
toast('Disconnected. Attempting reconnect...', 'error', true, false);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user