-
Notifications
You must be signed in to change notification settings - Fork 144
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
Add "Reconnect" option to SWQL Studio #109
Comments
It actually already handles reconnection for things like simple broken TCP connections. The problem is that if you leave a connection open long enough without using it, the authentication token will expire. I'll add a retry for that case. |
Perfect; thank you. |
Hi @tdanner , I just tried the latest version of SWQL Studio, and it seems there is no longer timeouts or error after a long period of inactivity. Can you give me more info on what was done? Can't find the pull request that solved this issue. Thank you! |
After a period of inactivity, the SWIS connection in SWQL Studio will disconnect. Request adding a connection status icon to the root of the entity tree as well as a reconnect option that will allow you to bypass having to attempt a query and wait for it to fail to get a fresh connection established.
The text was updated successfully, but these errors were encountered: