Skip to content
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

Signal event required text params and docs updates #387

Closed
roman-rr opened this issue Jul 3, 2024 · 4 comments · Fixed by #388
Closed

Signal event required text params and docs updates #387

roman-rr opened this issue Jul 3, 2024 · 4 comments · Fixed by #388
Assignees
Labels
priority: medium This PR should be reviewed after all high priority PRs. status: done This issue is considered resolved. type: bug This issue reports a bug.

Comments

@roman-rr
Copy link

roman-rr commented Jul 3, 2024

I'm trying to send signal as its in docs

pubnub.signal({
  message: "typing:start",
  channel: "channel_name"
});

Then I have successful status on callback, but even't didn't received in any event listener under channel channel_name subscriptions.

When I send it like so:

pubnub.signal({
  message: {text: "typing:start"},
  channel: "channel_name"
});

Event's successfully received on event listeners.

Is it bug or missing ?

"pubnub" : "8.2.4"

@parfeon parfeon self-assigned this Jul 3, 2024
@parfeon parfeon added status: in progress This issue is being worked on. type: bug This issue reports a bug. priority: medium This PR should be reviewed after all high priority PRs. labels Jul 3, 2024
@parfeon
Copy link
Contributor

parfeon commented Jul 3, 2024

Thank you for reaching us with issue report.
We've prepared a fix for it, which will be released on Thursday.

@roman-rr
Copy link
Author

roman-rr commented Jul 3, 2024

Thank you for reaching us with issue report. We've prepared a fix for it, which will be released on Thursday.

Thank for swift reply. Should I update payload with text, or waiting for the fix?

@parfeon
Copy link
Contributor

parfeon commented Jul 3, 2024

It depends on from your needs. If by your application design you need strings, then I would suggest waiting a bit for release.

@pubnub-release-bot
Copy link
Contributor

@roman-rr this issue is addressed in v8.2.5

@github-actions github-actions bot added status: done This issue is considered resolved. and removed status: in progress This issue is being worked on. labels Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium This PR should be reviewed after all high priority PRs. status: done This issue is considered resolved. type: bug This issue reports a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants