You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the Rails ActionCable so the message format is not something like { "type": "foo", "message": "bar" } but { "command": 'foo', identifier: "{...}" } in sending and ` { "type": "bar", identifier: "{...}" } in receiving. I have tried the library but I can only receive the messages in normal format.
Besides, is it possible to monitor the sending message?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for writing up this library 🙏🏻.
We are using the Rails ActionCable so the message format is not something like
{ "type": "foo", "message": "bar" }
but{ "command": 'foo', identifier: "{...}" }
in sending and ` { "type": "bar", identifier: "{...}" } in receiving. I have tried the library but I can only receive the messages in normal format.Besides, is it possible to monitor the sending message?
The text was updated successfully, but these errors were encountered: