Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

多个参与者在执行从confirm/cancel时,串行执行导致的问题 #83

Open
lsq890410 opened this issue Sep 27, 2018 · 1 comment

Comments

@lsq890410
Copy link

A->B、C模式下,在try执行完成后调用b\c的confirm和cancel时,串行执行,一旦第一个报错第二个将不会执行

@skyesx
Copy link
Contributor

skyesx commented Sep 27, 2018

为了代码简单处理,目前设计如此。失败后将会等待一段时间后重试,目前实现将会延迟达到最终一致的时间。但相对于正常成功的数量,这应该是少数情况。后续会优化本实现

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants