We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cafb11 commit 077b607Copy full SHA for 077b607
internal/devserver/server.go
@@ -80,6 +80,7 @@ func StartAgent(c Config) {
80
if !c.Enabled {
81
return
82
}
83
+
84
once.Do(func() {
85
s := NewServer(c)
86
s.StartAsync(c)
0 commit comments