forked from AkkomaGang/akkoma
fix for timeout clause
This commit is contained in:
parent
f604f9e470
commit
d44f9e3b6c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ defp try_to_get_conn(uri, opts) do
|
||||||
opts
|
opts
|
||||||
catch
|
catch
|
||||||
:exit, {:timeout, {_, operation, [_, {method, _}, _]}} ->
|
:exit, {:timeout, {_, operation, [_, {method, _}, _]}} ->
|
||||||
messages_len =
|
{:message_queue_len, messages_len} =
|
||||||
:gun_connections
|
:gun_connections
|
||||||
|> Process.whereis()
|
|> Process.whereis()
|
||||||
|> Process.info(:message_queue_len)
|
|> Process.info(:message_queue_len)
|
||||||
|
|
Loading…
Reference in a new issue