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
I tried to use Akka's actor to replace the scala actor, but it turned to be problematic. Some error occurred when creating an Akka-actor-based controller, because of it's nested inside the trait Controllers. But if pulling it out to be a top level controller actor, then it seems breaking the MVC composing design. What do you suggest?
The text was updated successfully, but these errors were encountered:
I tried to use Akka's actor to replace the scala actor, but it turned to be problematic. Some error occurred when creating an Akka-actor-based controller, because of it's nested inside the trait Controllers. But if pulling it out to be a top level controller actor, then it seems breaking the MVC composing design. What do you suggest?
The text was updated successfully, but these errors were encountered: