This commit is contained in:
crusader 2018-10-01 11:48:48 +09:00
parent 68ad5ce901
commit cddbd6af49

View File

@ -132,7 +132,7 @@ Loop:
} }
select { select {
case <-time.After(time.Microsecond * 100): case <-time.After(time.Microsecond * 10):
case <-stopChan: case <-stopChan:
return nil return nil
} }