Re: [akka-user] Re: Writing TCP grinding to a halt

2014-12-22 Thread Akka Team
On Sat, Dec 20, 2014 at 8:50 PM, David Hotham wrote: > I have discovered that my problem is that my Tcp.Write messages are > sometimes delivered to dead letters: > > After that I obviously don't get the expected Ack, and that's why my > system is grinding to a halt. > > I think that the dead lett

Re: [akka-user] Re: Writing TCP grinding to a halt

2014-12-20 Thread David Hotham
I have discovered that my problem is that my Tcp.Write messages are sometimes delivered to dead letters: After that I obviously don't get the expected Ack, and that's why my system is grinding to a halt. I think that the dead letters was because of a window I've introduced - or at least, faile

Re: [akka-user] Re: Writing TCP grinding to a halt

2014-12-19 Thread Martynas Mickevičius
Hi David, it looks like that thread did not materialize to an issue after all. Are you using latest Akka 2.3.8? There have been multiple fixes to akka-io since Akka 2.3.2. What OS are you running your code on? On Fri, Dec 19, 2014 at 1:26 AM, David Hotham wrote: > > I think my idea is wrong, so

[akka-user] Re: Writing TCP grinding to a halt

2014-12-18 Thread David Hotham
I think my idea is wrong, so long as the SerializedSuspendableExecutionContext does indeed do what it says it does and serialize tasks. The question as to whether anything ever became of the earlier thread stands. On Thursday, 18 December 2014 19:25:41 UTC, David Hotham wrote: > > Hi, > > Did