This commit is contained in:
Liang Ding 2020-01-18 16:57:57 +08:00
parent c065239e69
commit 3193610b7f
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ func RunHandler(w http.ResponseWriter, r *http.Request, channel map[string]*util
if 1 > outBuf.Len() { if 1 > outBuf.Len() {
time.Sleep(7 * time.Millisecond) time.Sleep(7 * time.Millisecond)
logger.Info("out buf is empty")
continue continue
} }