sockets-cpp icon indicating copy to clipboard operation
sockets-cpp copied to clipboard

Add support for aggregation of TcpClient/UdpSocket instances sharing a thread w/select()

Open CJLove opened this issue 1 year ago • 0 comments

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.

CJLove avatar Dec 23 '22 23:12 CJLove