Hello,
Can some implement a forward to be notified when server goes on hibernate state please?
Cases for exemple:
- setup plugins/scripts just before hibernate
- make sql queries just before the sleep (because we need to use the main thread before it sleep, otherwise it can cause troubles)
- others actions that must be done when the server goes in this state
2 forwards like OnServerHibernate() and OnServerHibernate_Post() will be very nice !