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

Websocket connection URL and websocket connection history should be saved #483

Open
RunzhongHuang opened this issue Nov 17, 2022 · 0 comments
Labels
blocked The issue is blocked by another issue

Comments

@RunzhongHuang
Copy link

Is your feature request related to a problem? Please describe.
My own project requires me to switch and test web socket connection between multiple endpoints from different environments. Currently the ARC is able to handle multiple web socket connections in multiple tabs, which is great. But when I restart ARC, I need to type all these URL again and establish my web socket connection.

Describe the solution you'd like
I would like to have following features:

  1. Able to save web socket URL. (Just the URL for quickly reconnect, not the request message)
  2. Able to show the history for web socket connection. (Just the URL for quickly reconnect, not the request message)

Additional context
The ARC previously has the "previous connections" option, but v17.0.9 doesn't have any histories about web socket connection.
image

@jarrodek jarrodek added the blocked The issue is blocked by another issue label Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked The issue is blocked by another issue
Projects
None yet
Development

No branches or pull requests

2 participants