Skip to content

Commit d855326

Browse files
author
OlegDokuka
committed
logs
Signed-off-by: Oleh Dokuka <odokuka@vmware.com> Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com> Signed-off-by: OlegDokuka <odokuka@vmware.com>
1 parent cb88c0f commit d855326

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rsocket-transport-local/src/main/java/io/rsocket/transport/local/LocalDuplexConnection.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ public SocketAddress remoteAddress() {
112112
return address;
113113
}
114114

115+
@Override
116+
public String toString() {
117+
return "LocalDuplexConnection{" + "address=" + address + "hash=" + hashCode() + '}';
118+
}
119+
115120
static class ByteBufReleaserOperator
116121
implements CoreSubscriber<ByteBuf>, Subscription, Fuseable.QueueSubscription<ByteBuf> {
117122

0 commit comments

Comments
 (0)