Jens Geyer created THRIFT-2032:
----------------------------------

             Summary: C# TCP client leaks sockets/handles
                 Key: THRIFT-2032
                 URL: https://issues.apache.org/jira/browse/THRIFT-2032
             Project: Thrift
          Issue Type: Bug
            Reporter: Jens Geyer
            Assignee: Jens Geyer


The C# client code does not correctly clean up the transport used, so the 
programmer has to take care on his own about this. Furthermore, the generated 
client should support IDisposable.

Note that in contrast, the server side handles this automatically without any 
explicit manual coding.

TODO:
 * modify generated code to add IDisposable support 
 * modify TProtocol to add IDisposable support 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to