You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We get account sequence mismatch issue when sending multiple transactions async for an app. We need to figure out a way so that it can handle load. Proabably concept of connection pools might be helpfull here. like the way mongo db does. Instead of creating 1 account per app, we may create 10 account and link all of them in app/tenant id.
The text was updated successfully, but these errors were encountered:
We get account sequence mismatch issue when sending multiple transactions async for an app. We need to figure out a way so that it can handle load. Proabably concept of connection pools might be helpfull here. like the way mongo db does. Instead of creating 1 account per app, we may create 10 account and link all of them in app/tenant id.
The text was updated successfully, but these errors were encountered: