John

Results 8 comments of John

我遇见过。是用pomelo-cli链接master的时候报的错。原因是pomelo-cli的版本有点高,我pomelo的版本是1.2.*的,降低pomelo-cli的版本就行了。应该是版本的问题。希望对你有参考

改package 里面的版本号就好了啊 ————————John On Mon, Dec 25, 2017 at 11:13 AM +0800, "FlashPanda" wrote: 请问怎么降低pomelo-cli版本? — You are receiving this because you commented. Reply to this email directly, view it...

这个你得先熟悉下nodejs 工程的基础知识。 ————————John On Mon, Dec 25, 2017 at 11:19 AM +0800, "FlashPanda" wrote: 不好意思,我对node和pomelo不是那么熟悉。冒昧问一下,package是哪个文件呢?我搜了node文件夹下面有很多package文件,不知道如何下手。 — You are receiving this because you commented. Reply to this email directly, view it...

> My client code subscribe an "onKicked" event, and server just push "onKicked" event to client before kick it. You may not receive this message

Change here ``` switch p.Type { case packet.Handshake: logger.Log.Debug("Received handshake packet") if err := a.SendHandshakeResponse(); err != nil { logger.Log.Errorf("Error sending handshake response: %s", err.Error()) return err } logger.Log.Debugf("Session handshake...

"We've encountered this issue before, where online players couldn't send messages in a timely manner due to some reasons. As a result, messages accumulated in the 'chSend' channel, causing one...