Commit a981dab5 authored by astaxie's avatar astaxie

fix #286

the process exit and the channel info can't flush to console
parent 6632c21d
......@@ -74,6 +74,7 @@ func (app *App) Run() {
}
if err != nil {
BeeLogger.Critical("ListenAndServe: ", err)
time.Sleep(100 * time.Microsecond)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment