mscdex

Results 571 comments of mscdex

nit: Ben's email address seems to be truncated at the end

There was a [similar issue](https://github.com/mscdex/node-mariasql/issues/18) about this awhile back that was subsequently [fixed](https://github.com/mscdex/node-mariasql/commit/bf4f4280b0f68fc31bc4661dca8eac224a58733f). I'm not sure why it's still happening, but then again I'm not a SmartOS user. What are...

Ok I finally managed to get a SmartOS environment set up and was able to reproduce the issue. It looks like a bug in libmariadbclient. I have filed an issue...

I would say vote for it on their issue tracker and comment there to let them know it affects you.

Your port number looks wrong for your Office365 account. It should probably be 993 instead of 995. On an unrelated note, you _shouldn't_ need to set `rejectUnauthorized: false` in `tlsOptions`.

You can try setting `debug: console.log` to see exactly what is or isn't happening.

I don't know, but it could be that the Java library you're using is based on a different version/configuration/implementation of xxhash that produces different results? This project uses xxhash's C...

Looking at the Java implementation I see the difference: they are [converting the character to a two-byte value before hashing](https://github.com/OpenHFT/Zero-Allocation-Hashing/blob/b72d9f6be2be144d0d3314e403c22c4fe2016a2a/src/main/java/net/openhft/hashing/XxHash.java#L252) and they are returning the value reversed for some reason...

Out of curiosity can you post debug output on the `ssh2` side (setting `debug: console.log` in the server config object)?