Skip to content

Commit

Permalink
Merge pull request #199 from Nawabali-project/feature/34/cicdNotifica…
Browse files Browse the repository at this point in the history
…tion

FIX : 테스트위한 log 알림 추가
minnieming authored May 6, 2024
2 parents c65a225 + a7c74f2 commit 19f85dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -61,6 +61,7 @@ public void sessionUnsubscribeEvent (SessionUnsubscribeEvent unsubscribeEvent) {
chatRoomId = Long.valueOf(chatRoomIdString);
}
log.info("웹소켓 구독 끊김!!!! :" + chatRoomId);
log.info("웹소켓 네이티브 헤더 : "+ accessor);
chatRoomCount.outUser(Long.valueOf(chatRoomId),email);
}
}

0 comments on commit 19f85dc

Please sign in to comment.