You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebInterface now invokes the application layers directly. That's
okay, because the bus interface already abstracts the other contexts,
so there is no reason to put another layer in between, especially
because the type information would be lost through this additional
layer. Also, when moving a context to its own service, message types
and clients will be generated from definition files. That also makes
the current abstractions even more redundant.
Additionally, fix a frontend bug introduced by #232, which causes
moves to be applied twice.
0 commit comments