ib: attempt to REPL closed connection events
parent
b547a33da4
commit
75cefe10f1
|
|
@ -1348,6 +1348,9 @@ async def deliver_trade_events(
|
|||
}:
|
||||
pcc: str = "Peer closed connection."
|
||||
if pcc in err:
|
||||
# TODO, emit and raise?
|
||||
# [ ] try for reconnect?
|
||||
# raise BrokerdError(
|
||||
await tractor.pause()
|
||||
|
||||
log.error(
|
||||
|
|
|
|||
Loading…
Reference in New Issue