Closed pangtao22 closed 3 years ago
Known issues (now tracked in #21 ):
client.wait_for_result
may return the result of the previous plan if called right after the previous plan finishes, a problem observed here. The solution is to publish both the plan signature and plan status on PLAN_STATUS
channel.
PLAN_STATUS doesn't distinguish between a successful plan and an aborted plan.
Changes:
PLAN_STATUS
channel, and tells if a plan is finished from this channel.This change is