-
Notifications
You must be signed in to change notification settings - Fork 7.3k
net_uv.js throws assertion error #1697
Comments
Yes, known bug but hard to reproduce reliably. The write requests come back in a different order than what they're sent off in. |
On windows, this is probably caused by write requests short-circuiting while a previous write has completed but is still in the IOCPs queue. |
Test case: https://gist.github.com/40c7e07487731f91389a |
reverted @piscisaureus test case in cde81a6 - it was causing other tests to fail |
+1 |
This is pretty important to me too |
@piscisaureus any update on this? we're passing this in unix-land |
Probably a timing issue. |
The bug appears in v.0.5.8 too. It reproduced easy when send long responses (1Mb, chunked or with Content-Length):
|
Fixed in ed65b7b. |
Node Version
Windows node.exe v0.5.6
Problem
Occasional AssertionError when using Socket.IO. This makes the windows version of node.js unusable.
The text was updated successfully, but these errors were encountered: