fix #286
the process exit and the channel info can't flush to console
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -74,6 +74,7 @@ func (app *App) Run() { | ... | @@ -74,6 +74,7 @@ func (app *App) Run() { |
| 74 | } | 74 | } |
| 75 | if err != nil { | 75 | if err != nil { |
| 76 | BeeLogger.Critical("ListenAndServe: ", err) | 76 | BeeLogger.Critical("ListenAndServe: ", err) |
| 77 | time.Sleep(100 * time.Microsecond) | ||
| 77 | } | 78 | } |
| 78 | } | 79 | } |
| 79 | 80 | ... | ... |
-
Please register or sign in to post a comment