nebula-python icon indicating copy to clipboard operation
nebula-python copied to clipboard

fix connection not release bug

Open ghjhhyuyuy opened this issue 8 months ago • 1 comments

What type of PR is this?

  • [x] bug
  • [ ] feature
  • [ ] enhancement

What problem(s) does this PR solve?

Issue(s) number:

Description:

When authenticate to graphd failed,the status of the connection has not been modified, resulting in the inability to continue using it in the future.I encountered this issue and thinking this commit can fix it.

How do you solve it?

Modify connection status is_used to False

Special notes for your reviewer, ex. impact of this fix, design document, etc:

ghjhhyuyuy avatar Jun 07 '24 13:06 ghjhhyuyuy