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
The TcpServer class already has a single thread supporting the accept socket and all client connection sockets. Consider some sort of aggregator class that would accept any number of TcpClient and/or UdpSocket instances and support them in a single thread via select() as an alternate threading model.
The text was updated successfully, but these errors were encountered:
The
TcpServer
class already has a single thread supporting the accept socket and all client connection sockets. Consider some sort of aggregator class that would accept any number ofTcpClient
and/orUdpSocket
instances and support them in a single thread viaselect()
as an alternate threading model.The text was updated successfully, but these errors were encountered: