From 516c2dd5d092e8b214afc6caca696f63a80769cc Mon Sep 17 00:00:00 2001 From: Jonathan Moody <103143855+moodyjon@users.noreply.github.com> Date: Thu, 29 Sep 2022 22:29:14 -0500 Subject: [PATCH] Bump hub to fix subscribe race + EADDRINUSE issue. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97046d40f..47f9fe137 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( 'jsonschema==4.4.0', ], 'hub': [ - 'hub@git+https://github.com/lbryio/hub.git@024aceda53fe6d1ab8d519b73584437c25de6975' + 'hub@git+https://github.com/lbryio/hub.git@9b178222296aecc7699cf82141c7a48fe866f22a' ] }, classifiers=[