NetEase / pomelo-cocos2d-js

pomelo-cocos2d-js client
101 stars 64 forks source link

这个项目还会维护更新吗? #10

Open lu8533783 opened 9 years ago

lu8533783 commented 9 years ago

我在使用过程中断开pomelo连接。 会报一个socket.io close socket close: CloseEvent {reason: "", code: 1000, wasClean: true, clipboardData: undefined, path: NodeList[0]…} 不影响功能的使用! 看着有点异怪! 最主要咨询下 还会维护更新吗?

fantasyni commented 9 years ago

主动断开?打了这个日志?

lu8533783 commented 9 years ago

是的pomelo.disconnect(); 这个会报

fantasyni commented 9 years ago

恩恩,这个我到时候一起看下好了

lu8533783 commented 9 years ago

thank 期待你的新版本!

fantasyni commented 9 years ago

已经重构成 browerify 方式了

zj8487 commented 9 years ago

lu8533783 commented 9 years ago

html5咋用呢? build.js 去掉了?

zj8487 commented 9 years ago

现在jsb,html统一了 min.js加到你jslist里面就可以了

lu8533783 commented 9 years ago

ok,可以了! 牛

fantasyni commented 9 years ago

对的,不过最好还是放入 package.json 里面,然后通过 browserify 来管理这个库

lu8533783 commented 9 years ago

pomelo.disconnect(); 这个断开的问题好像还是没解决嘛 socket close: CloseEvent {reason: "", code: 1000, wasClean: true, clipboardData: undefined, path: NodeList[0]…} pomelo-cocos2d-js.min.js:1o

fantasyni commented 9 years ago

就一个日志应该没多大影响吧

lu8533783 commented 9 years ago

强迫症患者 看到红叉抑郁哈哈 。 确实没影响

lu8533783 commented 9 years ago

刚才尝试了jsb 运行 报这个,是啥问题 JS: E:/cocos2d-js/H5Game/runtime/win32/../../src/packages/pomelo-cocos2d-js/index.js:20:Error: can't open : No such file or directory

zj8487 commented 9 years ago

我用的jsb,在mac上没问题啊

lu8533783 commented 9 years ago

我是win 在index.js 20行 var EventEmitter = require('events').EventEmitter;这个报错

fantasyni commented 9 years ago

你怎么用的?

lu8533783 commented 9 years ago

在main.js里面 require('src/packages/pomelo-cocos2d-js/index.js'); 加的这段

fantasyni commented 9 years ago

不要用老的方式,直接放入 jsList 或者 browserify 的方式

lu8533783 commented 9 years ago

jslist 直接放src/packages/pomelo-cocos2d-js/dist/pomelo-cocos2d-js.min.js这段? 就通用web 和jsb了?

lu8533783 commented 9 years ago

实验fantasyni 说的 直接放入jsList是可以的 感谢