[akka-user] Re: Is there some way to save sender reference in a list when use remote akka?

2014-04-11 Thread Liang Tang
The problem is still confusing me. MachineB is able to periodically send messages to MachineA, and it works well. However, when Machine A initiated a connection with MachineB, there always exists something wrong. MachineA seems working very good when observing log. Machine B received this mes

Re: [akka-user] Re: Is there some way to save sender reference in a list when use remote akka?

2014-04-14 Thread Martynas Mickevičius
Hi Liang, this is too little information for a definite answer. If you could package a small program which is able to reproduce your problem it would be great! On Fri, Apr 11, 2014 at 10:19 PM, Liang Tang wrote: > The problem is still confusing me. > > MachineB is able to periodically send mes

Re: [akka-user] Re: Is there some way to save sender reference in a list when use remote akka?

2014-04-15 Thread Liang Tang
I discovered the bug finally: the name in system.actorOf is wrongly defined. That Caused this bug. On Monday, April 14, 2014 9:56:21 AM UTC-5, Martynas Mickevičius wrote: > > Hi Liang, > > this is too little information for a definite answer. If you could package > a small program which is able