Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.0.0, 1.0.1
-
None
Description
MySessionListener in TcpTransportFactory does not override toString() method. so when the listener is created in MainBlahListener class, printing it doesn't show anything useful:
listener started: etch.bindings.java.transport.TcpTransportFactory$MySessionListener@e89b94
would be nice if it showed something more useful such as what interface/port it was listening on.
same problem with csharp. patch included and tested.