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
Describe the bug
Some requests (e.g., executing a swap that is slow to confirm the RPC sent off the transaction) may run for too long (current timeout for chat message route is 30 seconds), or not complete entirely.
Currently when this occurs, the running tool just hangs and never gets a response.
Implement a better way to gracefully handle situations like this, and pass some sort of human readable timed out / try again message back to the client.
The text was updated successfully, but these errors were encountered:
Describe the bug
Some requests (e.g., executing a swap that is slow to confirm the RPC sent off the transaction) may run for too long (current timeout for chat message route is 30 seconds), or not complete entirely.
Currently when this occurs, the running tool just hangs and never gets a response.
Implement a better way to gracefully handle situations like this, and pass some sort of human readable timed out / try again message back to the client.
The text was updated successfully, but these errors were encountered: