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
|
||||
catch
|
||||
:exit, {:timeout, {_, operation, [_, {method, _}, _]}} ->
|
||||
messages_len =
|
||||
{:message_queue_len, messages_len} =
|
||||
:gun_connections
|
||||
|> Process.whereis()
|
||||
|> Process.info(:message_queue_len)
|
||||
|
|
Loading…
Reference in a new issue