You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing connections from multiple clients means that we will have to start threads and also involve handling incoming connections on a server socket. That might be a bit problematic to implement as unit tests and are more of type integration tests.
Problem Description
create a unit test for making sure that multiple clients can connect to the server simultaneously.
The text was updated successfully, but these errors were encountered: