[akka-user] Alpakka SSE recovery

2017-07-02 Thread Bayarmunkh Davaadorj
Hi, I'm using Alpakka SSE https://github.com/akka/alpakka/tree/master/sse. What's a good way to reconnect to the server when the server gets restarted? Currently it just stays hanging. Thanks -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> ht

Re: [akka-user] Alpakka SSE recovery

2017-07-03 Thread loempl
It should just work. If not, it’s a bug. Could you please create a simple reproducer? Thanks Heiko -- Heiko Seeberger Home: heikoseeberger.de Twitter: @hseeberger Public key: keybase.io/hseeberger > Am 03.07.2017 um 07:52 schrieb Bayarmunkh Davaadorj : > > > Hi, > > I'm using Alpakka SSE h

Re: [akka-user] Alpakka SSE recovery

2017-07-03 Thread Bayarmunkh Davaadorj
Hi, Here are 3 scenarios I tested. 1. The server is unavailable, the client starts - the client is unable to connect to the server when the server starts up. 2. The server is available, the client connects to the server. Then the server gets restarted before sending any message to the client -

Re: [akka-user] Alpakka SSE recovery

2017-07-03 Thread loempl
Thanks. That looks definitely like a bug. Could you please open an issue against Alpakka? Cheers Heiko > Am 03.07.2017 um 16:35 schrieb Bayarmunkh Davaadorj : > > Hi, > > Here are 3 scenarios I tested. > > 1. The server is unavailable, the client starts - the client is unable to > connect to

Re: [akka-user] Alpakka SSE recovery

2017-07-03 Thread Bayarmunkh Davaadorj
Sure thing. On Monday, July 3, 2017 at 11:07:09 AM UTC-4, loe...@posteo.de wrote: > > Thanks. That looks definitely like a bug. > Could you please open an issue against Alpakka? > > Cheers > Heiko > > > Am 03.07.2017 um 16:35 schrieb Bayarmunkh Davaadorj >: > > Hi, > > Here are 3 scenarios I tes