Buffer auto pilot trigger

This commit is contained in:
Daniel 2021-11-18 09:38:15 +01:00
parent c50087630e
commit a720526a0b

View file

@ -2,7 +2,7 @@ package status
import "context"
var runAutoPilot = make(chan struct{})
var runAutoPilot = make(chan struct{}, 1)
func triggerAutopilot() {
select {