vradarserver / vrs

A .NET web server that can plot the positions of aircraft on a map
http://www.virtualradarserver.co.uk/
Other
274 stars 50 forks source link

Possibly Mono Related but probably still a good idea to fix #10

Open adsb-related-code opened 5 years ago

adsb-related-code commented 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.

adsb-related-code commented 5 years ago

This may be related to how HAProxy does health checks when doing fail over modes.

I will test further.