This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Description
Assertion failed: (!uv__io_active(&stream->io_watcher, UV__POLLOUT) || !ngx_queue_empty(&stream->write_completed_queue) || !ngx_queue_empty(&stream->write_queue) || stream->shutdown_req != NULL || stream->connect_req != NULL), function uv_read_stop, file
Since upgrading to node > 0.10.5 I get this error. Could be possible that it comes from redis library, but i am not sure.
Any ideas?
Regards
Dominic