File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rsocket-transport-netty/src/main/java/io/rsocket/transport/netty Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public TcpDuplexConnection(Connection connection) {
5656 // if (!isDisposed()) dispose();
5757 // });
5858
59- connection .outbound ().send (sender ).then ().subscribe ();
59+ connection .outbound ().send (sender . log ( "queue " + this ) ).then ().subscribe ();
6060 }
6161
6262 @ Override
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public WebsocketDuplexConnection(Connection connection) {
6060 // if (!isDisposed()) dispose();
6161 // });
6262
63- connection .outbound ().sendObject (sender .map (BinaryWebSocketFrame ::new )).then ().subscribe ();
63+ connection .outbound ().sendObject (sender .map (BinaryWebSocketFrame ::new ). log ( "queue " + this ) ).then ().subscribe ();
6464 }
6565
6666 @ Override
You can’t perform that action at this time.
0 commit comments