DaisukeDaisuke / pmmpDiscordBot

DiscordからPocketMine-MPのコンソールを操作します。(β)
Do What The F*ck You Want To Public License
8 stars 5 forks source link

In case of an emergency shutdown, the quit function is not invoked. #3

Open DaisukeDaisuke opened 2 years ago

DaisukeDaisuke commented 2 years ago

Currently, thread shutdown relies on a invocation of the quit function from the threadmanager. However, in the event of an emergency server shutdown, the server shutdown without invoking the quit function. This leaves the thread orphaned and will later be sigkilled. As a countermeasure, implement shutdown with locking of the main thread or implement emergency shutdown detector code.