mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-07-12 17:54:04 +00:00
58e5317687
this was exhausting file descriptors with enough concurrent reads, from what I can tell. Either way, spawning a new OS thread per read is not the way. Because this is so critical, I added unit-tests for that behavior.