Dmitry Kakurin

Results 6 issues of Dmitry Kakurin

Hello Paul, I have an Erlang cluster of 3 nodes. A few seconds after startup my code calls `GenServer.call({:via, :swarm, "echo-be"}, ...` where `"echo-be"` process does not exist yet. In...

### Versions: Hackney: `1.16.0` HttPoison: `1.7.0` Elixir/Erlang: ``` Erlang/OTP 21 [erts-10.3] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] Elixir 1.10.3 (compiled with Erlang/OTP 21) ``` ## Simplest Repro: Set max pool size to...

not confirmed

At what point connection pool `pool_group:host:port` is stopped if there is no activity? We have a server application where connection targets keep changing. I.e. we would make a lot of...

Change pool names from atoms into strings (so we don't have to worry about overflowing atoms table).

It specifies that `method` type is `String.t()`, while it also supports atoms like `:post` and `:get`. In other words, now it is: ``` @spec request(String.t(), String.t(), String.t(), request_headers(), request_opts()) ::...