Skip to content

Commit d589dae

Browse files
committed
feat: disconnect socket on session termination
1 parent 55da8fb commit d589dae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/features/socket/socket.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export class SocketService {
140140
message: '세션이 종료되었습니다.',
141141
duration: 3000,
142142
});
143+
this.socket.disconnect();
143144
});
144145
}
145146

0 commit comments

Comments
 (0)