Skip to content

Commit 9c0b3e4

Browse files
committed
Merge pull request #83 from robertroeser/master
added toString for tracing
2 parents 05ee843 + 395b446 commit 9c0b3e4

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)