update
parent
98305ad0d3
commit
c6998d49c5
|
@ -90,7 +90,7 @@ func Stop() {
|
||||||
quit <- struct{}{}
|
quit <- struct{}{}
|
||||||
log.Debug().Str("mod", "history").Msg("stop received")
|
log.Debug().Str("mod", "history").Msg("stop received")
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
log.Debug().Str("mod", "history").Msg("stoped")
|
log.Debug().Str("mod", "history").Msg("stopped")
|
||||||
}
|
}
|
||||||
|
|
||||||
func Send(h *History) {
|
func Send(h *History) {
|
||||||
|
|
Loading…
Reference in New Issue