Skip to content

Commit 395b446

Browse files
committed
added a toString for tracing
1 parent bdd12a2 commit 395b446

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/io/reactivesocket/DefaultReactiveSocket.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,4 +492,8 @@ public void cancel() {
492492
});
493493
};
494494
}
495+
496+
public String toString() {
497+
return "duplexConnection=[" + this.connection + "]";
498+
}
495499
}

0 commit comments

Comments
 (0)