mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-03 04:45:10 -04:00
Not calling recv when data is received will accumulate data in the internal recveive buffer until it's full, in which case is will stop acknowledging. This can lead to unjustified disconnections.