ColinHDev / CPlot

Land and world management plugin for PocketMine-MP
https://discord.gg/cAYKEtaqnp
GNU General Public License v3.0
29 stars 12 forks source link

Commands need to be called twice or take minutes to respond #66

Closed Jerbyyy0 closed 1 year ago

Jerbyyy0 commented 1 year ago

If i do /p reset its need 10 minutes for reset. Every command i have to execute it twice. I used the Dev Version 131+ All versions about 131 have this bugs. Dev version 130 is working.

https://www.mediafire.com/file/zer9e23ptnqjfpd/2022-10-17+21-36-13.mp4/file image

ColinHDev commented 1 year ago

Reproduced on a clean server (colinh.dev:19133)

ColinHDev commented 1 year ago

Probably related to https://github.com/poggit/libasynql/issues/90, as far as I remember

ColinHDev commented 1 year ago

This is fixed for now by downgrading our version of libasynql since there seems to be no movement on https://github.com/poggit/libasynql/issues/90. Although this might make this plugin incompatible with php8.1, since https://github.com/poggit/libasynql/issues/87 was only fixed after the broken changes were made that cause https://github.com/poggit/libasynql/issues/90.