Skip to content

Commit 398cf65

Browse files
committed
refactor :: onError에서 complete() 제거
1 parent 15cadb6 commit 398cf65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/dsm/pick2024/infrastructure/sse/SseRegistry.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ class SseRegistry : SseRegistryPort {
7171
cleanup.run()
7272
}
7373
emitter.onError {
74-
emitter.complete()
7574
cleanup.run()
7675
}
7776
}

0 commit comments

Comments
 (0)