Callback for jsb socket.io emit don't work

Hi all,

I am creating a multiplayer game with cocos2d-js v3.2

I try to use callback on emit(eventname, data, callback) function socket.io
It run fine on web but cannot run on mobile.
It show an error: wrong number of arguments.

I try to investigate the code on jsb cocos2d-x and found that SocketIO::emit() only have 2 arguments (eventname, data), no callback on third argument like socket.io.

Is there another way to get the result after the emit call like socket.io ?

Please help me.
Thanks.

i having the same problem too.
anyone help me?

Same trouble here.