pomelo
pomelo copied to clipboard
A fast,scalable,distributed game server framework for Node.js.
Hello, I'm new here in the pomelo framework. But basically I'm initializing the master, connector, metagame, room servers on the local host and every time my client tries to connect...
So on my client I have the code ``` pomelo.request('match_1v1.playerHandler.enterMatch', {}, function (data) { console.log('entered') }) ``` But when it sends that to the server I'm getting an errors "[2017-03-23...
有没有补一下丢失的图片
this.id unused
Contents of the pomelo.log: [39mwebsocket send binary data failed: "Error: write EPIPE\n at exports._errnoException (util.js:1020:11)\n at WriteWrap.afterWrite (net.js:800:14)"
[个人编写框架mydog]( https://github.com/ahuangege/mydog) 对比优势: 1. typescript编写,这对于团队开发和维护,效率杠杠的,bug也少了。 2. pomelo网关服收到客户端消息后,会解码,然后用json再次编码才转发到后端服,后端服给客户端发消息时同理。而mydog在网关服收到消息并不会解码,会直接将buffer数据转发到后端服。所以,mydog在发收消息时都会比pomelo少一次编解码,减少cpu压力。 3. rpc调用时,完整的参数提示,如同调用本地函数,真香。 4. 欢迎了解使用。
貌似研究的小伙伴比较少,有的组织已死 还在研究pomelo的加QQ群:pomelo2021
gyp ERR! build error gyp ERR! stack Error: Command failed: reg query "HKLM\Software\Microsoft\MSBuild\ToolsVersions" /s /reg:32 gyp ERR! stack 'reg' �����ڲ����ⲿ���Ҳ���ǿ����еij��� gyp ERR! stack ���������ļ��� gyp ERR! stack gyp ERR! stack...
While player is quitting or leaving the channel then this issue occurred. It is not happening frequently but once in 2 days. The stack trace of the same is: ```...