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.
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.