Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quick fix for PROCESS_CLEANUP_TEST CI failures
The problem is that the shutdown callback is being called during loop_gc, so the Lua/Libuv state is being closed/free'd and the `handle` local var has already been closed/free'd so it's no longer a valid uv_stream_t (see luvit#414). This will fix PROCESS_CLEANUP_TEST but there is more to do to solve the general case of 'things happening during loop gc'
- Loading branch information