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

[BUG] disconnect from servers if extension deactivate #596

Open
r-hannuschka opened this issue Oct 15, 2020 · 0 comments
Open

[BUG] disconnect from servers if extension deactivate #596

r-hannuschka opened this issue Oct 15, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@r-hannuschka
Copy link
Contributor

r-hannuschka commented Oct 15, 2020

Describe the bug
Servers are not disconnect if the extension is closed

To Reproduce
add 2 servers and close one, the log only shows the extension get deactivated but the connections are not closed to the servers so the sessions still alive.

Expected behavior
Connections should be closed if we deactivate the extension

Screenshots
If applicable, add screenshots to help explain your problem.

the log shows that we connect to 2 servers, after the first one the extension host has started again thats why we start connect to the first server.

After all servers are connected, we simply remove the first server which disconnects rhannuschka.windows-10 but the extension host restarts again and the extension gets deactivated. After that we connect again to production-click-core.fortune and open a new session on this on without close the connection we opens before.

The sam will happens if we close vsqlik simply.

[2020-10-15 19:11:09] [VsQlik] [info] extension activated
[2020-10-15 19:11:16] [VsQlik] [info] added workspace foldeer rhannuschka.windows-10
[2020-10-15 19:11:16] [VsQlik.Connection] [info] connect to server: windows-10-privat.shared
[2020-10-15 19:11:16] [VsQlik] [info] deactivate extension
[2020-10-15 19:11:18] [VsQlik.Connection] [info] connect to server: windows-10-privat.shared
[2020-10-15 19:11:18] [VsQlik] [info] extension activated
[2020-10-15 19:11:21] [VsQlik.Connection] [info] connected to server: windows-10-privat.shared
[2020-10-15 19:11:35] [VsQlik] [info] added workspace foldeer qlik core fortune
[2020-10-15 19:11:35] [VsQlik.Connection] [info] connect to server: production-qlik-core.fortune.com
[2020-10-15 19:11:36] [VsQlik.Connection] [info] connected to server: production-qlik-core.fortune.com
[2020-10-15 19:12:37] [VsQlik] [info] removed workspace foldeer rhannuschka.windows-10
[2020-10-15 19:12:37] [VsQlik.Connection] [info] close connection to rhannuschka.windows-10
[2020-10-15 19:12:37] [VsQlik] [info] deactivate extension
[2020-10-15 19:12:39] [VsQlik.Connection] [info] connect to server: production-qlik-core.fortune.com
[2020-10-15 19:12:39] [VsQlik] [info] extension activated
[2020-10-15 19:12:41] [VsQlik.Connection] [info] connected to server: production-qlik-core.fortune.com
@r-hannuschka r-hannuschka added the bug Something isn't working label Oct 15, 2020
@r-hannuschka r-hannuschka self-assigned this Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant