mscdex
mscdex
No idea offhand, that error message sounds kind of vague.
What version of node did you use to install? Also what compiler and compiler version are you using?
Do you have a simple, reproducible test case? As far as I know nothing has changed packet size-wise. If anything, it might be that the keepalive mechanism changed somewhat.
Ok, so the problem is on the server-side and its `max-allowed-packet` configuration, so I'm not sure why it would have broke for you when upgrading `mariasql`. For example, when I...
Be aware that almost all SSH servers have limits on the number of concurrent "channels" you can have open per connection. Channels include things like `.shell()`, `.exec()`, local or remote...
Perhaps only perform one `.exec()` at a time using whichever means you wish.
@rfsilvagyn Without seeing the new code that you're attempting to use, it's difficult to make a suggestion. If you want to keep your `for` loop, you're better off writing a...
Do you have a particular question?
@AlexandreLemoine40 Add an `'error'` event handler and handle the error as you see fit.
I haven't done testing for UAC scenarios. I merely added the `makeCall()` because it was simple to do and a small step towards a more complete addon that supports both...