My C# WebSocket server app (with around ~100-200 clients) randomly freezes for 5-10 minutes. Then unfreezes itself. It happens only on Linux while running on Mono. On Windows everything works fine.
I've found a very old thread with the same problem & solution, but I'm not sure how exactly I should edit the Socket.cs on Mono to fix this. (Mono app freezes at non-blocking socket send).
If somebody could help me I'd be very thankful =)