From a981dab536a44a01aaaf0a428942d41ddffb9777 Mon Sep 17 00:00:00 2001 From: astaxie Date: Wed, 13 Nov 2013 21:09:47 +0800 Subject: [PATCH] fix #286 the process exit and the channel info can't flush to console --- app.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app.go b/app.go index c4e968d3..43b5e673 100644 --- a/app.go +++ b/app.go @@ -74,6 +74,7 @@ func (app *App) Run() { } if err != nil { BeeLogger.Critical("ListenAndServe: ", err) + time.Sleep(100 * time.Microsecond) } }