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

Allow export of types used in realtime package #258

Closed
kyeshmz opened this issue Oct 20, 2023 · 1 comment
Closed

Allow export of types used in realtime package #258

kyeshmz opened this issue Oct 20, 2023 · 1 comment

Comments

@kyeshmz
Copy link

kyeshmz commented Oct 20, 2023

Chore

Describe the chore

I need to take care the lifetime cycle of a realtime channel and make the player wait if it is not connected yet.

export enum CHANNEL_STATES {
  closed = 'closed',
  errored = 'errored',
  joined = 'joined',
  joining = 'joining',
  leaving = 'leaving',
}

inside of constants.

@w3b6x9 w3b6x9 transferred this issue from supabase/realtime Oct 24, 2023
@filipecabaco
Copy link
Contributor

Thank you for reporting. Released today

supabase/supabase-js#893

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

2 participants