Skip to content

Question - Does the message with different type comes through? #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
josephj opened this issue Jun 26, 2023 · 0 comments
Open

Question - Does the message with different type comes through? #39

josephj opened this issue Jun 26, 2023 · 0 comments

Comments

@josephj
Copy link

josephj commented Jun 26, 2023

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?

CleanShot 2023-06-26 at 15 53 47@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant