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

Error with socket #78

Open hungthai1401 opened 3 years ago

hungthai1401 commented 3 years ago

Please provide the following details.

Steps required to reproduce the problem.

Sometimes, I have got the following error "No error information" from the stack trace "/src/MySQLReplication/BinLog/BinLogSocketConnect.php(63): MySQLReplication\Socket\Socket->readFromSocket()"

Expected Result.

Actual Result.

I couldn't find some information to reproduce the problem.