Commit 2a65f00
committed
hivemind/dht/dht.py: handle BlockingIOError while waiting for msg on _inner_pipe.rev()
for `method, args, kwargs = self._inner_pipe.recv()` exceptions being caught don't handle
`BlockingIOError`. This is important to be included in the list of exceptions being handled
because sometimes the resources aren't available and you just want a retry
Signed-off-by: 0xnightwind <nightwind1899@gmail.com>1 parent 4d5c414 commit 2a65f00
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments