akkoma/lib/pleroma/gun
rinpatch 45be1fe00e ConnectionPool: fix gun open errors being returned without an error tuple
When gun shuts down due to the host being unreachable, the worker
process shuts down with the same shutdown reason since they are linked.
Gun doesn't have error tuples in it's shutdown reason though, so we need
to handle it in get_conn.

Closes #2008
2020-08-01 18:02:26 +03:00
..
connection_pool gun ConnectionPool: Re-add a missing cast for remove_client 2020-07-28 23:48:41 +03:00
api.ex Connection pool: fix connections being supervised by gun_sup 2020-07-15 15:26:35 +03:00
conn.ex host is now useless 2020-07-15 15:26:35 +03:00
connection_pool.ex ConnectionPool: fix gun open errors being returned without an error tuple 2020-08-01 18:02:26 +03:00
gun.ex little refactor 2020-03-06 21:04:18 +03:00