• Pierre Ynard's avatar
    lua: remove broken code · 6addf026
    Pierre Ynard authored
    Only C userdata can set a garbage collector that way. Client sockets
    are leaked when the interface is stopped, because the destructor is
    never called. And given how the thread is cancelled in poll(), I can't
    see a simple way to call it.
    6addf026
host.lua 10 KB