Skip to content

Commit 1f71914

Browse files
committed
relaxes connection dispose to avoid dropped error
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
1 parent a87abdf commit 1f71914

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

rsocket-transport-netty/src/main/java/io/rsocket/transport/netty/TcpDuplexConnection.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public SocketAddress remoteAddress() {
6464

6565
@Override
6666
protected void doOnClose() {
67-
sender.dispose();
6867
connection.dispose();
6968
}
7069

rsocket-transport-netty/src/main/java/io/rsocket/transport/netty/WebsocketDuplexConnection.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public SocketAddress remoteAddress() {
6969

7070
@Override
7171
protected void doOnClose() {
72-
sender.dispose();
7372
connection.dispose();
7473
}
7574

0 commit comments

Comments
 (0)