Support `0` value `reqid`s 🤦
parent
381b3121d6
commit
72072b5737
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue