Re: [akka-user] Unexpected result on resolveOne (send ActorIdentify) (Akka 2.3.2)

2014-05-09 Thread Wofr
Thanks! Good do know! Frankly speaking I was a little bit confused by the results :) Regards Wolfgang Am Donnerstag, 8. Mai 2014 14:39:41 UTC+2 schrieb Akka Team: > > Hi Wolfgang, > > that is obviously a bug , > thanks for noticing! For reference, it

Re: [akka-user] Unexpected result on resolveOne (send ActorIdentify) (Akka 2.3.2)

2014-05-08 Thread Akka Team
Hi Wolfgang, that is obviously a bug , thanks for noticing! For reference, it is fully reproducible in the REPL scala> system.actorSelection("akka.tcp://server127.0.0.1:2567/user/DummyActor") ? Identify(42) onComplete { case x => println(x) } scala> Suc

[akka-user] Unexpected result on resolveOne (send ActorIdentify) (Akka 2.3.2)

2014-05-06 Thread Wofr
I'm doing some testing on remote lookup and dead watch. Therefore I use an actor (see below) which simple resolves a given address and in the case we got an actor-path back we start to watch them. When writting the sample I made a type and forgot the @ between the IP address and the akka-syste