mscdex
mscdex
Some SSH implementations are known to be buggy in different ways. In the case of Cisco's implementation, it has a problem with exchanging large diffie-hellman parameters, so we currently disable...
As long as modules/users are using modern versions of `ssh2`, this isn't a problem anymore (`ssh2-streams` is no longer used).
Node version?
node addons have to [explicitly support workers](https://github.com/nodejs/node/blob/8ebd339031cf9826629ad780dd35fee130e95985/doc/api/addons.md#worker-support) for them to work in that scenario. The main reason for this is that some addons can have global state which would not...
Can you show an example of each?
Yes, this is a known issue and is in the TODO. It has to do with the fact that there currently isn't a timer started upon connection that sends keepalive...
I think I found the culprit. I didn't read the error message clearly and it has nothing to do with the application-level keepalive. Instead it has to do with the...
It's hard to say what's causing it. For all I know it's normal behavior for the protocol, for example if they're shifting traffic to different servers or something. _shrug_
What does `gcc -v` show?
Yes this is a known issue, I haven't gotten around to `nan`-ifying this addon yet.