poggit / libasynql

Asynchronous MySQL access library for PocketMine plugins.
https://poggit.github.io/libasynql
Apache License 2.0
132 stars 44 forks source link

Fixed thread crashing by disabling mysqli report #105

Closed Laith98Dev closed 11 months ago

Laith98Dev commented 11 months ago

This fix is working, but still, we should get a way to receive the error because when mysqli->ping() returns false, the thread crashes with the error instead of returning it even if you use try/catch.