[akka-user] Can we supervise any non-child actor?

2015-07-25 Thread Harit Himanshu
This requirement may sound weird or may be I am not sure how to solve this problem, I am giving my best shot here to explain with following diagram

[akka-user] Re: Akka-http websockets connection fails 95% of the time

2015-07-25 Thread Johannes Rudolph
Thanks Luc. I'll have a look next week. On Saturday, July 25, 2015 at 9:42:42 AM UTC+2, Luc Klaassen wrote: > > I've pushed the repository to github at > https://github.com/Luckl/AkkaHttpWebsockets > > Luc > > Op vrijdag 24 juli 2015 10:07:53 UTC+2 schreef Johannes Rudolph: >> >> Hi Luc, >> >> I'

Re: [akka-user] Re: streams - shutting down a flow / exposing a materialized value

2015-07-25 Thread Viktor Klang
Do you happen to have a minimized failing test case for that? On Sat, Jul 25, 2015 at 6:36 PM, David Pinn wrote: > This is pretty much exactly what I'm trying to do. I'm polling an external > system every 20 seconds. I use a tick source to control the timing, zipping > the ticks with the equival

Re: [akka-user] Re: streams - shutting down a flow / exposing a materialized value

2015-07-25 Thread David Pinn
This is pretty much exactly what I'm trying to do. I'm polling an external system every 20 seconds. I use a tick source to control the timing, zipping the ticks with the equivalent of your WatchRequest. The tick source materializes to a Cancellable, so that's nice. Tragically, cancelling the Ca

[akka-user] Re: Akka-http websockets connection fails 95% of the time

2015-07-25 Thread Luc Klaassen
I've pushed the repository to github at https://github.com/Luckl/AkkaHttpWebsockets Luc Op vrijdag 24 juli 2015 10:07:53 UTC+2 schreef Johannes Rudolph: > > Hi Luc, > > I'd like to get to the bottom of this problem to make sure we find the > problem if there's one in akka-http. Could you provid