Muqsit / DeathInventoryLog

A PocketMine-MP plugin that logs inventory contents of players right before their death
https://poggit.pmmp.io/p/DeathInventoryLog
MIT License
9 stars 4 forks source link

MySQL connection freezes server during plugin disable #4

Closed Muqsit closed 2 years ago

Muqsit commented 2 years ago

Although rare, at times the server freezes at:

2021-10-11 [03:38:01.232] [Server thread/INFO]: Disabling DeathInventoryLog v0.0.1

I have had this happen twice in a span of however old this plugin is and cannot reproduce this due to not knowing what may have lead to this. I am also unsure whether this is a MySQL configuration error or whether it is something within libasynql that is causing this.

For the record, I store logs on a different server than the one this plugin is running on, so there's the added latency factor here.

Muqsit commented 2 years ago

This was a host issue...