Fork me on GitHub
#aleph
<
2018-06-29
>
alexyakushev18:06:44

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?

alexyakushev19:06:15

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.