Support `0` value `reqid`s 🤦

dpbackup
Tyler Goodlet 2022-07-08 23:16:29 -04:00
parent 381b3121d6
commit 72072b5737
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ async def process_client_order_cmds(
# NOTE: cancel response will be relayed back in messages
# from corresponding broker
if reqid:
if reqid is not None:
# send cancel to brokerd immediately!
log.info(