Goobwabber / BeatTogether.LiteNetLib

An Asp.Net LiteNetLib server implementation, designed with BeatTogether's use-case in mind.
1 stars 3 forks source link

Replaced netcore, added multiple connection testing #4

Closed cubicgraphics closed 2 years ago

cubicgraphics commented 2 years ago

Replaced net core with a better alternative. Async UDP server can send up to a defined amount of packets in parallel, and if enabled can receive packets while packets are being handled in parallel. If the async packet sending or receiving max count is met then they will be semaphore queued and released via FIFO.