Skip to content

Commit

Permalink
fix: sse 버그 해결 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonghwankim-dev authored Sep 3, 2024
1 parent 3a7f9b5 commit 5e0db8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static PortfolioObserver create(SseEmitter emitter) {

@Override
public void onSubscribe(@NonNull Disposable d) {
throw new UnsupportedOperationException("Not implemented");
log.info("subscribe portfolio emitter {}", emitter.toString());
}

@Override
Expand Down

0 comments on commit 5e0db8e

Please sign in to comment.