krowinski / php-mysql-replication

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
MIT License
323 stars 98 forks source link

fix sending more than 16MB #45

Closed kobi97 closed 6 years ago

kobi97 commented 6 years ago

Hello krowinski

I found one bug.

so I fixed it and you can reference my code and my test Environment.

I think you can have more good solution. :)

Thank A lot~


This is my test Environment.

krowinski commented 6 years ago

Great job! Tx