Skip to content

Commit

Permalink
Close websocket service
Browse files Browse the repository at this point in the history
  • Loading branch information
zihanltesla committed Mar 26, 2024
1 parent 2a3b6de commit 85f1ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const Game = () => {
// connect();

return () => {
stompClient.disconnect();
// stompClient.disconnect();
};
}, []);

Expand Down

0 comments on commit 85f1ff4

Please sign in to comment.