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
And have the router route any concrete types from SomeAbstractClass to an Apply(SomeAbstractClass msg) {...} handler. As it stands now, I have an abstract Apply(SomeAbstractClass msg) { }, then do registrations per concrete class to the abstract class handler.