From e1de02369efdfee7a9c0617beae0567718589826 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Nov 2023 15:31:28 +0100 Subject: [PATCH] Updated the End.jsx --- client/src/pages/End/End.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/End/End.jsx b/client/src/pages/End/End.jsx index 6e9d9db..7f63e76 100644 --- a/client/src/pages/End/End.jsx +++ b/client/src/pages/End/End.jsx @@ -20,6 +20,7 @@ export const End = () => { useEffect(() => { socket.disconnect(); + socket.connect(); }, []); return (