[akka-user] `No elements passed in the last 1 minute` error in Http().superPool

2016-05-06 Thread Durga Prasana
Hi, we're getting `No elements passed in the last 1 minute` error in Http().superPool, on sending messages after some time; which is natural considering the way idle-timeout is configured, but should the pool perform an auto-reconnect on the first send after the period of in-activity ? Unfortu

Re: [akka-user] `No elements passed in the last 1 minute` error in Http().superPool

2016-05-10 Thread Akka Team
Hi Durga, Yes, the pool should fill up its connections even if some of them were closed after a timeout. Which version of Akka are you using? Can you also explain in more detail what is that you observe (i.e. the symptom)? -Endre On Fri, May 6, 2016 at 9:29 AM, Durga Prasana wrote: > Hi, > >