-
Fix (handle->flags & UV_CLOSING) assertion failure · ec4eb0c6
It is not safe to delete uv_async_t object after calling uv_close(). This object remains in the closing queue and can be purged only in the final callback.
Marcin Cieslak authored
×
It is not safe to delete uv_async_t object after calling uv_close(). This object remains in the closing queue and can be purged only in the final callback.