Skip to content

Commit 6984297

Browse files
committed
fix old
1 parent 7623260 commit 6984297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rsocket-core/src/commonMain/kotlin/io/rsocket/kotlin/core/RSocketServer.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public class RSocketServer internal constructor(
4949
): T = with(transport) {
5050
scope.start {
5151
acceptConnection(acceptor, OldConnection(interceptors.wrapConnection(it)))
52+
awaitCancellation()
5253
}
5354
}
5455

0 commit comments

Comments
 (0)