fix a goroutine leak issue caused by Login plugin timeout (#3547)

This commit is contained in:
fatedier
2023-07-25 15:12:40 +08:00
committed by GitHub
parent 3235addaaa
commit 6430afcfa5
3 changed files with 30 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
### Features
* Adds a `completion` command for shell completions.
### Fixes
* fix a goroutine leak issue caused by Login plugin timeout.