I've observed a recent failure in the test MultipleClientConnections() which connects 3 clients to the server and verifies that they all connected.
In the context of some other failures we have noted, this one could be very helpful since it is such a limited test:
making the connection and nothing more. Unfortunately, I have not yet been able to make it fail locally.
I've observed a recent failure in the test
MultipleClientConnections()which connects 3 clients to the server and verifies that they all connected.In the context of some other failures we have noted, this one could be very helpful since it is such a limited test:
making the connection and nothing more. Unfortunately, I have not yet been able to make it fail locally.