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
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?
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: