Update ObjectSessionHandler to avoid a caching syncing issue; should resolve #1153.

This commit is contained in:
Griatch 2017-01-11 23:42:09 +01:00
parent 99c4042fbc
commit 19e8528b04
3 changed files with 20 additions and 4 deletions

View file

@ -394,7 +394,7 @@ class Evennia(object):
# flag to avoid loops.
self.shutdown_complete = True
# kill the server
reactor.callLater(0, reactor.stop)
reactor.callLater(1, reactor.stop)
# server start/stop hooks