a981dab5 by astaxie

fix #286

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