sqlectron / sqlectron-core

Home Page:https://sqlectron.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In case the connection is lost it should discard the current connection

maxcnunes opened this issue · comments

If I'm connected to a server. Then I turn off that server. I receive an error message from sqlectron-core that the connection was lost. But seems the connection object still existing and since we never close a connection when leaving a server, if I leave the server and try connecting to the same server again the sqlectron will use the same broken connection :(

@esnunes have you ever seen this problem?