lausannel opened a new issue, #13:
URL: https://github.com/apache/iotdb-client-csharp/issues/13

   Unexpected errors encountered after the server-side restart when using a 
global singleton sessionpool to reconnect.
   The errors are as follows:
   
   ```
   IOException in System.Private.CoreLib: Unable to write data to the transport 
connection: Broken pipe.
   ExtendedSocketException in System.Net.Sockets: Connection refused 
127.0.0.1:6667.
   ```
   
   These errors indicate potential issues with the connection handling and 
error management in the sessionpool after a server restart. We need to 
implement unified error handling to address these issues and ensure stable 
operation post-restart.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to