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
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:
Able to save web socket URL. (Just the URL for quickly reconnect, not the request message)
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.
The text was updated successfully, but these errors were encountered:
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:
Additional context
The ARC previously has the "previous connections" option, but v17.0.9 doesn't have any histories about web socket connection.
The text was updated successfully, but these errors were encountered: