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

Interface for high volume client submissions #4587

Open
mtrippled opened this issue Jun 26, 2023 · 0 comments
Open

Interface for high volume client submissions #4587

mtrippled opened this issue Jun 26, 2023 · 0 comments

Comments

@mtrippled
Copy link
Collaborator

mtrippled commented Jun 26, 2023

async: This returns immediately, and is actually faster for the client. However, transaction submission errors that occur only once the transaction is applied will be unknown to the client. This should be used for performance testing.

Is it possible to asynchronously send an error message to the websocket connection that the client program can still handle later?

Originally posted by @justinr1234 in #4504 (comment)


The best way to send concurrent transactions should be evaluated as transaction volumes increase and it becomes necessary for stability to either use the "async" or "wait" options for submitting.

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

No branches or pull requests

1 participant