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

Responders grid should automatically check for new requests #50

Open
azasypkin opened this issue Jul 11, 2024 · 0 comments
Open

Responders grid should automatically check for new requests #50

azasypkin opened this issue Jul 11, 2024 · 0 comments
Labels
Category: Enhancement New feature or request Component: Utility: Responders Issue related to Responders utility

Comments

@azasypkin
Copy link
Member

Summary

Today, the user must repeatedly collapse and expand the responder requests panel to get the latest captured requests, which is very inconvenient. The responder grid should automatically and periodically check for new requests for all "expanded" responders instead.

The proper way to do this would be SSE, but Actix Web doesn't have native SSE support yet and one needs to track clients manually, which is error-prone. Even though using WebSocket for this use case will have some overhead, the actix_web_actors is much more mature and we'll likely need to use WebSockets elsewhere in the future anyway.

/cc @legrego

@azasypkin azasypkin added Category: Enhancement New feature or request Component: Utility: Responders Issue related to Responders utility labels Jul 11, 2024
@azasypkin azasypkin added this to the 1.0.0-beta.2 (OSS release) milestone Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Enhancement New feature or request Component: Utility: Responders Issue related to Responders utility
Projects
Status: 📋 Not started
Development

No branches or pull requests

1 participant