mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 02:42:26 +08:00
优化ability转发
This commit is contained in:
@@ -194,7 +194,8 @@ func (f *ForwardManager) Start() {
|
||||
go f.recvNetMsgFromGameServer()
|
||||
// 接收客户端消息
|
||||
cpuCoreNum := runtime.NumCPU()
|
||||
for i := 0; i < cpuCoreNum*10; i++ {
|
||||
_ = cpuCoreNum * 10
|
||||
for i := 0; i < 1; i++ {
|
||||
go f.sendNetMsgToGameServer()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user