-
Marek Vavrusa authored
the daemon wrongly freed handle that returned 0, as in "no more data". this socket is going to be closed, but it still could be touched by libuv so it must be freed wit uv_close() handler
Marek Vavrusa authoredthe daemon wrongly freed handle that returned 0, as in "no more data". this socket is going to be closed, but it still could be touched by libuv so it must be freed wit uv_close() handler
Loading