Skip to content

Commit

Permalink
Update AchievementSocketService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JIN-076 authored Mar 20, 2024
1 parent 4b4869a commit f514fbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public void removeSession(Long userId, WebSocketSession session) {
public void sendMessageAboutAchievmentCompletion(Long userId, AchievementMessage message) {

WebSocketSession session = achievementSessionRepository.getSession(userId);
log.info("session:{}, session open:{}", session, session.isOpen());

if (session != null) {
try {
Expand Down

0 comments on commit f514fbb

Please sign in to comment.