-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv_read_start: Assertion `((stream)->io_watcher.fd) >= 0' failed. #3655
Comments
Minimal test case:
|
I tried using a plain object instead of an EventEmitter and I got a JS error message. I tried removing the |
It has nothing to do with libuv, it is about tls_wrap. |
Triage: still an issue with today's tip-of-master. |
Triage: still an issue with today's tip-of-master. (Yes, almost a year has passed.) |
Here is the complete error message:
|
💯 🎉 |
Fixes: nodejs#3655 PR-URL: nodejs#12799 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Fedor Indutny <fedor@indutny.com>
Test case (non-minimal): https://travis-ci.org/Tennu/tennu/builds/89144586
Affects versions 4.2.1 and 5.0.0. Not sure about older versions.
The text was updated successfully, but these errors were encountered: