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
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
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
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