-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mediator: massive refactoring of mediator
In this commit I shuffled around almost all parts of the mediator, and most importantly, mediator now runs in a separate process. All this fuss was due to the this deprecation warning: https://werkzeug.palletsprojects.com/en/2.0.x/serving/#shutting-down-the-server So I figured I should move to a new shutdown method. Well, it complicated everything for no solid reason, if you ask me. But here we go, now we are doing things "the right way".
- Loading branch information
Showing
15 changed files
with
746 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.