Kristina-Pianykh / iron-maven

0 stars 0 forks source link

Test with multiple connections #6

Closed Kristina-Pianykh closed 4 months ago

Kristina-Pianykh commented 5 months ago

To see how the server side handles it with threading

Kristina-Pianykh commented 4 months ago

Done.

Multi-threaded on both server and client. Server keeps a socket open until a client closes it. Clients reuse sockets.