Open adsb-related-code opened 5 years ago
https://www.adsbexchange.com/forum/threads/attn-nasty-vrs-bug-linux-mono-all-versions.625529/
As posted here, unconnected rebroadcast servers create file descriptors but never return the socket to the OS.
Garbage collection needs to be called if connectors are going to cycle like this.
This may be related to how HAProxy does health checks when doing fail over modes.
I will test further.
https://www.adsbexchange.com/forum/threads/attn-nasty-vrs-bug-linux-mono-all-versions.625529/
As posted here, unconnected rebroadcast servers create file descriptors but never return the socket to the OS.
Garbage collection needs to be called if connectors are going to cycle like this.