poggit / libasynql

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

New Class Loader changes #62

Closed JustSxm closed 3 years ago

JustSxm commented 3 years ago

Describe the bug Class Loader was changed to support registering multiple ClassLoaders to a thread. Sample code https://github.com/pmmp/PocketMine-MP/commit/5fbc7681b04fe702fcbd43940b9d325e5c216707 Expected behavior The plugin should work, not crash.

Environment OS: Windows 10 PocketMine version: 4.0.0+dev

Ifera commented 3 years ago

Fixed by #63