Hi, Running some tests with the C++ native client and looking at the code, I have observed that when an error in a connection towards an endpoint (timeout, IO error) is detected, not only the faulty connection is closed but the endpoint is set to "not connected" status which eventually provokes that all other open connections towards that endpoint are closed when used.
I have not seen that behavior in the Java client, i.e., the Java client, when it detects an error in a connection towards an endpoint, it closes that connection but does not act on other connections towards that endpoint. Are my observations correct? If so, shouldn't the C++ native client be aligned with the Java client? Thanks, Alberto G.