Support `0` value `reqid`s 🤦

drop_pydantic
Tyler Goodlet 2022-07-08 23:16:29 -04:00
parent 795d4d76f4
commit b44e2d9ed9
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,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(