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

Better handling for long running (timed out) chat requests #75

Open
backwardsmap opened this issue Jan 5, 2025 · 1 comment
Open

Better handling for long running (timed out) chat requests #75

backwardsmap opened this issue Jan 5, 2025 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@backwardsmap
Copy link
Contributor

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.

@backwardsmap backwardsmap added bug Something isn't working good first issue Good for newcomers labels Jan 5, 2025
@briang123
Copy link
Contributor

I noticed that the chat session ended way too early, as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants