-
Petar Paradzik authored
Sometimes "Assertion failed: !uv__is_closing(handle)" happens because handle is being closed multiple times. To fix this, "uv_is_closing" is added before calling "uv_close". Signed-off-by:
Petar Paradzik <petar.paradzik@sartura.hr>
Petar Paradzik authoredSometimes "Assertion failed: !uv__is_closing(handle)" happens because handle is being closed multiple times. To fix this, "uv_is_closing" is added before calling "uv_close". Signed-off-by:
Petar Paradzik <petar.paradzik@sartura.hr>