gonna put these both in 1.0.2, unless i hear objections.

scott comer (JIRA) wrote:
     [ 
https://issues.apache.org/jira/browse/ETCH-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

scott comer updated ETCH-31:
----------------------------

    Attachment: listener_tostring_cs_patch.txt

here is the corresponding patch for csharp.

MySessionListener in TcpTransportFactory does not override toString() method to 
show something useful about the transport stack
-------------------------------------------------------------------------------------------------------------------------------

                Key: ETCH-31
                URL: https://issues.apache.org/jira/browse/ETCH-31
            Project: Etch
         Issue Type: Bug
         Components: csharp-binding, java-binding
   Affects Versions: 1.0.0, 1.0.1
           Reporter: scott comer
           Priority: Trivial
            Fix For: 1.0.2

        Attachments: listener_tostring_cs_patch.txt, listener_tostring_patch.txt


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$mysessionliste...@e89b94
would be nice if it showed something more useful such as what interface/port it 
was listening on.

Reply via email to