shadowsocks-heroku icon indicating copy to clipboard operation
shadowsocks-heroku copied to clipboard

node_zlib.cc:124: static void node::ZCtx::Write(const v8::FunctionCallbackInfo<v8::Value>&)

Open yanyingwang opened this issue 9 years ago • 0 comments

I frequently get this error when runing client demon with cmd node local.js -s ...... .

connecting oauth.googleusercontent.com via ws://yy-shadowsocks.herokuapp.com:80/
connecting s.ytimg.com via ws://yy-shadowsocks.herokuapp.com:80/
local disconnected
concurrent connections: 28
remote disconnected
remote disconnected
local connected
concurrent connections: 29
remote disconnected
node: ../src/node_zlib.cc:124: static void node::ZCtx::Write(const v8::FunctionCallbackInfo<v8::Value>&) [with bool async = true]: Assertion `(false) == (ctx->pending_close_ && "close is pending")' failed.

Also, I find some links that may be helpful. https://github.com/websockets/ws/issues/633

yanyingwang avatar Jan 01 '16 16:01 yanyingwang