Skip to content

fix leaking sockets

Petr Špaček requested to merge socket_leaks into master

The old code worked most of the time thanks to garbage collector, but obviously it was unreliable/a coincidence.

Merge request reports