Re: [akka-user] Abrupt termination after a PUT completed

2015-06-29 Thread IR
Thanks! On Monday, June 29, 2015 at 4:38:51 AM UTC-4, drewhk wrote: See this ticket: https://github.com/akka/akka/issues/17854 We will fix this very soon. On Fri, Jun 26, 2015 at 10:51 PM, IR ire...@gmail.com javascript: wrote: Hi all, Been trying to resolve an issue with

Re: [akka-user] Abrupt termination after a PUT completed

2015-06-29 Thread Endre Varga
See this ticket: https://github.com/akka/akka/issues/17854 We will fix this very soon. On Fri, Jun 26, 2015 at 10:51 PM, IR ire...@gmail.com wrote: Hi all, Been trying to resolve an issue with AbruptTerminationException in Akka-Http 1.0RC4. I am PUTing a file after downloading it. The

[akka-user] Abrupt termination after a PUT completed

2015-06-26 Thread IR
Hi all, Been trying to resolve an issue with AbruptTerminationException in Akka-Http 1.0RC4. I am PUTing a file after downloading it. The below code runs in an actor and when the uploadResponse is received, I PoisonPill the actor. Whether I PoisonPill immediately or with a delay, I receive an