Fix (handle->flags & UV_CLOSING) assertion failure
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.
Showing
Please
register
or
sign in
to comment