Closed subenksaha closed 7 years ago
I am trying to pass acknowledgement function while emitting to client but it's not working but in socket.io node process it is working file. here is my code below:
io .to(socketId) .emit("event", data,function (err,message) { console.info(message); console.error(err); });
the callback function is not called and in java client i am gutting ack function null.
Duplicate of https://github.com/socketio/socket.io-emitter/issues/50.
I am trying to pass acknowledgement function while emitting to client but it's not working but in socket.io node process it is working file. here is my code below:
the callback function is not called and in java client i am gutting ack function null.