poggit / libasynql

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

not saving onDisable() saves on crash #43

Closed rjworks closed 4 years ago

rjworks commented 4 years ago

so i save my data to sqlite onDisable() and I noticed that when servers crash unexpectedly, the data don't save at onDisable(). is ondisable ignored when pocketmine server crash?

SOF3 commented 4 years ago

This is not a libasynql issue. Whether onDisable is called is not affected by libasynql.