Hi,
I'm running into an uncaught reference error while trying to unsubscribe from a channel. I can successfully join the channel, send a message to the channel and also call a server side method, which sends a message back to the channel. But when I'm trying to unsubscribe from the channel, I get the following error:
Uncaught ReferenceError: jx_obj is not defined in line 170 of jx?ms=connect
Hi, I'm running into an uncaught reference error while trying to unsubscribe from a channel. I can successfully join the channel, send a message to the channel and also call a server side method, which sends a message back to the channel. But when I'm trying to unsubscribe from the channel, I get the following error:
Uncaught ReferenceError: jx_obj is not defined in line 170 of jx?ms=connect
I'm running version 0.3.6 of jxm on node 0.10.33.
Kai