Netdex / Seppuku

A self-hosted digital deadman's switch installation with an extensible .NET module system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the proxy module randomly crashes

Netdex opened this issue · comments

Ephemeral sockets created for each connection were not being closed correctly, and Mono does not automatically GC them unlike .NET on Windows. Thus, the maximum number of file descriptors for sockets will be exceeded. Problem resolved by manually GC'ing sockets.