Skip to content

Fix application controller construction race

Michael Gratton requested to merge wip/controller-cleanup into mainline

Fix multiple controller instances being constructed if multiple actions are executed at once.

Merge request reports