Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sseho committed Sep 6, 2024
1 parent 0c6096d commit e1bcb5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ public void completeEmitter() {
public void sendChatNotification(Long memberId, SseChatResponse sseChatResponse) {
SseEmitter emitter = clients.get(memberId);

if (emitter != null) {
// if (emitter != null) {
publishMessage(new RedisRes("chat",sseChatResponse), memberId);
}
// }
}


Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring:
profiles:
default: local
default: prod


0 comments on commit e1bcb5a

Please sign in to comment.