fix mux conn read after Stop() method invoked will panic

pull/310/head
ffdfgdfg 2019-12-11 23:32:32 +08:00
parent 999fac8ad7
commit 6703a98419
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ copyData:
// reset to 60s if timeout and data still available
Self.off = 0
if err != nil {
Self.CloseWindow() // also close the window, to avoid read twice
return // queue receive stop or time out, break the loop and return
}
//logs.Warn("pop element", Self.element.l, Self.element.part)