Skip to content

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

@CJLove

Description

@CJLove

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions