-
Notifications
You must be signed in to change notification settings - Fork 47
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
Allow multiple in-flight transactions for an account. #186
Comments
Btw, what this the reason for this constraint? Is it just because the code is simpler? Or do we actually want to limit the concurrent in-flight transaction to 1 in the beginning? (I'm asking because it seems to lift this is pretty straightforward) |
Yep - just made the code a bit simpler at the time when there were a lot of moving parts. |
Also, #235 could also be good background info. |
Closed #407. |
Currently for simplicity only one transaction can be in-flight per account.
The text was updated successfully, but these errors were encountered: