Re: [akka-user] Akka remote - one sender's messages missing

2014-10-29 Thread Akka Team
Hi, You can try the configuration settings akka.remote.log-received-messages and akka.remote.log-sent-messages (see: http://doc.akka.io/docs/akka/2.3.6/general/configuration.html#akka-remote) which will then log all sent and received messages at DEBUG level. That information can help you to see wh

[akka-user] Akka remote - one sender's messages missing

2014-10-28 Thread Marc-André Laverdière
Hello everybody! I am a n00b to Akka. I am trying to add some instrumentation code to an application. I use Soot for doing the code transformation, and Akka for the communications. I have to instrument both a client and a server that communicate with each other. When running tests, I found tha