mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
parent
c7f17cb300
commit
f852b21b44
1 changed files with 1 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ func (s *Service) loop() {
|
|||
}
|
||||
// Keep sending status updates until the connection breaks
|
||||
fullReport := time.NewTicker(15 * time.Second)
|
||||
defer fullReport.Stop()
|
||||
|
||||
for err == nil {
|
||||
select {
|
||||
|
|
|
|||
Loading…
Reference in a new issue