Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit320110c

Browse files
committed
fix: Allow coderd to exit on error channel
coderd would fail silently if this was called, because connectionswould never drain. HashiCorp's hc-install package broke today,and we couldn't notice because this was hanging!
1 parent3660483 commit320110c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎cli/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ func server() *cobra.Command {
361361
returnerr
362362
}
363363
caseerr:=<-errCh:
364+
shutdownConns()
364365
closeCoderd()
365366
returnerr
366367
case<-stopChan:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp