Another issue is when generating client JS token using token_for method, the subscription works without info, but when I add info JSON string the channel isn't getting subscribed and throwing "disconnected message".
@arrowcircle fixed this one too, it was due to wrong JSON generation. I think we need to put some examples here related to ruby code. I will update docs.
Hey @FZambia
Another issue is when generating client JS token using
token_for
method, the subscription works withoutinfo
, but when I addinfo
JSON string the channel isn't getting subscribed and throwing "disconnected message".Thanks