Griatch
Griatch
No, we are not spending time on backporting to `master` at this time, except if it's something really breaking. The `develop` branch will merge into `master` when 1.0 is releasing....
Ping :)
Python 3.10 is not supported for Evennia 0.9.5. Are you really sure this also happens for 3.7?
Ok, thanks for verifying. Not sure why you'd get that. :/
This should be resolved with #2869, also back-ported to `master` branch/0.9.5. Closing. If this still a thing, we can re-open.
@TehomCD Could this be related to https://github.com/evennia/evennia/issues/1315 maybe? That was related to auto-logins, and there have been some auto-login PRs merged recently. Could it be that some recent change re-introduced...
To be honest, it's _really_ unexpected to have the Portal restart while the Server staying up ... why would you want to do that? You lose connections when the Portal...
@trhr The Server/PortalSessions are authenticated using Django auth, but they are not Django Sessions in the way I think you mean; the Sessions are Evennia-specific constructs, just as Tehom says....
Yes, `evennia stop portal` does work, but that will (should) also kill the Server automatically before allowing the Portal to shut down. The command line will report if the Server...
Hm, the Portal waits for the Server connect to close before it is allowed to itself shut down. I suppose if the Server is already messed up to the point...