TheElectronWill / Niol

NIO Library for lightweight networking
GNU Lesser General Public License v3.0
4 stars 0 forks source link

Ability to register several server sockets to the same TcpServer's selector #1

Closed TheElectronWill closed 6 years ago

TheElectronWill commented 6 years ago

This is needed by the TUUBES project. Should a new class MultiTcpServer be created or should the current TcpServer be modified?