dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
741 stars 205 forks source link

Multiple Clients #93

Open hosseinpro opened 4 years ago

hosseinpro commented 4 years ago

I have two questions for multiple clients scenario.

1- If we have more than one client (or more than one instance of easywsclient on one machine), do we need some sort of lock management? Or multiple client instances are completely separated and no need to lock?

2- In multiple clients scenario, the server should manage multiple clients in code?