Re: [akka-user] null context in postStop (2.1.4)

2014-05-08 Thread Akka Team
Hi Barry, this means that `context` must have been null, which cannot really be. You cannot by chance upgrade to a later version, preferably 2.3.2? There were some things that were fixed in ActorCell within the past two release cycles, but I do not recall this particular problem (which basically

Re: [akka-user] null context in postStop (2.1.4)

2014-05-07 Thread Barry Kaplan
override def postStop() { super.postStop() stateData match { case Connected(agent, _, _) = if (stateName == Streaming) { agent ! AgentService.StopStreaming } context.unwatch(agent) //

[akka-user] null context in postStop (2.1.4)

2014-02-20 Thread Barry Kaplan
In my postStop the context is null. This is for an FSM actor. Is it expected that context can be null in postStop? If not, I will try to build a test case. -barry -- Read the docs: http://akka.io/docs/ Check the FAQ: http://akka.io/faq/ Search the archives: