We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
investigate why disconnect event behaves differently in tests. See discussion in #1
in index.js:
index.js
no of handles 5 tcp stream { fd: 10, readable: false, writable: true, address: {}, serverAddr: null } tcp stream { fd: 12, readable: false, writable: true, address: {}, serverAddr: null } tcp stream { fd: 15, readable: true, writable: true, address: { address: '192.168.1.38', family: 'IPv4', port: 49554 }, serverAddr: undefined } unknown handle Timer { _list: TimersList { _idleNext: Timeout { _called: false, _idleTimeout: 60000, _idlePrev: [Circular], _idleNext: [Circular], _idleStart: 226, _onTimeout: [Function], _timerArgs: undefined, _repeat: null, _destroyed: false, [Symbol(unrefed)]: false, [Symbol(asyncId)]: 20, [Symbol(triggerId)]: 1 }, _idlePrev: Timeout { _called: false, _idleTimeout: 60000, _idlePrev: [Circular], _idleNext: [Circular], _idleStart: 226, _onTimeout: [Function], _timerArgs: undefined, _repeat: null, _destroyed: false, [Symbol(unrefed)]: false, [Symbol(asyncId)]: 20, [Symbol(triggerId)]: 1 }, _unrefed: false, msecs: 60000, _timer: [Circular] } } unknown handle Timer { _list: TimersList { _idleNext: Timeout { _called: false, _idleTimeout: 20000, _idlePrev: [Circular], _idleNext: [Circular], _idleStart: 20234, _onTimeout: [Function], _timerArgs: undefined, _repeat: null, _destroyed: false, [Symbol(unrefed)]: false, [Symbol(asyncId)]: 48, [Symbol(triggerId)]: 47 }, _idlePrev: Timeout { _called: false, _idleTimeout: 20000, _idlePrev: [Circular], _idleNext: [Circular], _idleStart: 20234, _onTimeout: [Function], _timerArgs: undefined, _repeat: null, _destroyed: false, [Symbol(unrefed)]: false, [Symbol(asyncId)]: 48, [Symbol(triggerId)]: 47 }, _unrefed: false, msecs: 20000, _timer: [Circular] } }
The text was updated successfully, but these errors were encountered:
Note: the Websocket close method is called
Sorry, something went wrong.
No branches or pull requests
investigate why disconnect event behaves differently in tests. See discussion in #1
in
index.js
:The text was updated successfully, but these errors were encountered: