aleph

alexyakushev 2018-06-29T18:57:44.000277Z

Is it expected that io.aleph.dirigiste.Pool.acquire can block for a long time (experienced ~1 second blocks on a cold connection pool), basically making aleph.http/request not really asynchronous sometimes?

alexyakushev 2018-06-29T19:17:15.000091Z

Looking at the code, I see that it's intended that the caller will create the object if it can't be obtained from the queue. Then I don't quite follow what is the purpose of the callback API here if the object acquisition is synchronous anyway.