Akka Team.
I have now turned on all Akka logging at two ends of a remote system,
and run wireshark on each end also. One end uses the NAT Friendly
Remote Provider,
and at some point messages do not come out of that end.
Here are my findings when things stop working:
-- Let (A) be the remote actor system using NAT Friendly.
-- I can send messages to (A), and wireshark on (A) says the message
has been received.
-- Akka logging on (A) also says that the message was received.
-- The message elicits a reply, and Akka logging on (A) says that a
reply is being sent.
-- However, wireshark running on (A) does not record sending that
reply,
-- and neither does wireshark on the intended receiver show anything
being received.
-- Therefore, the reply must not have been physically sent.
-- (A) is happy to and does receive however.
How can this be? (A) is receiving things fine, but failing to send
out.
This does not happen right away but after a few minutes.
Could NAT Friendly have anything to do with it?
The 10s Akka keep-alive messages are sent to (A) and ACK'd.
Any help is appreciated.
Best Regards.
> > For more options, visit this group athttp://
groups.google.com/group/akka-user?hl=en.