On Wednesday, January 15, 2014 6:22:35 PM UTC+1, √ wrote: > > > Hint: remove import context.dispatcher > > Awesome, removing the import and adding it the ExecutionContext as implicit argument solved the problem.
Nevertheless, I do not understand what the difference is. I had to add the import in the class that calls my helper function, which gets available through trait mixin. Thus, why is it not the same reference? -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
