haganbt

Results 5 comments of haganbt

OK, thanks for the clarification.

Any further clarification here @sidorares would be very much appreciated.

I am seeing the same behavior using the documented example [proxy](https://github.com/sidorares/node-mysql2/blob/master/documentation/Examples.md#simple-mysql-proxy-server) and an example client request such as listed above by @einsqing. ``` Warning: got packets out of order. Expected...

The packets need to be reset at various points (found by trial and error!). I'll try and post an example ASAP. FYI, my experience has only been with a proxy...

I had this issue many month ago when using mysql2 for a project. I ended up having to manually reset the sequencId's (through trial and error and packet analysis). Ive...