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
It seems that the current copas example allows accepting a connection from single Websocket client, what is the correct method to extend it to allow support from multiple ones?
The text was updated successfully, but these errors were encountered:
this example supports many many clients. The code reads a bit odd if you are not familiar with coroutines.
But it is really accepting more than one client :)
It seems that the current copas example allows accepting a connection from single Websocket client, what is the correct method to extend it to allow support from multiple ones?
The text was updated successfully, but these errors were encountered: