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 queries not executing until the next sleeper wakeup #92

Closed JavierLeon9966 closed 1 year ago

JavierLeon9966 commented 1 year ago

Apparently Threaded->count() and Threaded->shift() are not synchronized with each other and that was the cause of the issue. Fixes #90

dktapps commented 1 year ago

That doesn't make any sense. Never mind, I see the problem.