Sent Network Success Message if we receive events
the build was successful Информация

Этот коммит содержится в:
Sarah Jamie Lewis 2019-11-04 11:46:59 -08:00 коммит произвёл Gogs
родитель f832b44f9e
Коммит 6c07e097df
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -54,6 +54,7 @@ func (nc *networkCheck) run() {
// through other actions
// we reset out timer
lastMessageReceived = time.Now()
nc.bus.Publish(event.NewEvent(event.NetworkStatus, map[event.Field]string{event.Error: "", event.Status: "Success"}))
}
case <-time.After(tickTime):
// if we haven't received an action in the last minute...kick off a set of testing