ib: attempt to REPL closed connection events

datad_service
Gud Boi 2026-06-09 14:03:41 -04:00
parent b547a33da4
commit 75cefe10f1
1 changed files with 3 additions and 0 deletions

View File

@ -1348,6 +1348,9 @@ async def deliver_trade_events(
}: }:
pcc: str = "Peer closed connection." pcc: str = "Peer closed connection."
if pcc in err: if pcc in err:
# TODO, emit and raise?
# [ ] try for reconnect?
# raise BrokerdError(
await tractor.pause() await tractor.pause()
log.error( log.error(