Commit 9425cc15 by 杨树贤

不要panic

parent 332f1d13
Showing with 0 additions and 1 deletions
......@@ -162,7 +162,6 @@ func CommonController(ctx *gin.Context) map[string]interface{} {
case <-timeout:
logger.Log("协程整体处理超时", "sku", 1)
panic("协程整体处理超时")
return temp // 超时,返回已经收到的部分数据
}
}
......
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 sign in to comment