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

WIP: feat: subscribe new channel, add overflow_url to schedule state #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tomrndom
Copy link

src/ably.js Outdated
@@ -74,6 +74,16 @@ class AblyUpdates {
})
})

channel.subscribe('OVERFLOW', (message) => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not the correct one please do check the SDS for reference

src/ably.js Outdated
@@ -74,6 +74,16 @@ class AblyUpdates {
})
})

channel.subscribe('OVERFLOW', (message) => {
const { data: payload } = message;
const { event_id, overflow_url } = payload;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not correct is the same payload as data update
plus a new params dictionary where it lives the new attribute
overflow_url

@tomrndom tomrndom marked this pull request as ready for review November 4, 2024 21:06
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

Successfully merging this pull request may close these issues.

2 participants