poggit / libasynql

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

waitAll(); #13

Closed ghost closed 5 years ago

ghost commented 5 years ago

I use waitAll on plugin disable. should i call this before query or after?

rjworks commented 4 years ago

What did you do?