LiMoMoMo

Results 2 comments of LiMoMoMo

Sorry, this is the result of after I change the code. I want to make full use of all the peer's upload bandwidth to download. In this case, the expected...

```go if utils.GlobalObject.WorkerPoolSize > 0 { //已经启动工作池机制,将消息交给Worker处理 c.MsgHandler.SendMsgToTaskQueue(&req) } else { //从绑定好的消息和对应的处理方法中执行对应的Handle方法 go c.MsgHandler.DoMsgHandler(&req) } ``` 谢谢大佬的回复。 这里默认的`WorkerPoolSize`是`10`,也就是如果`启动工作池机制`,这个问题还是会存在呀。