-
Notifications
You must be signed in to change notification settings - Fork 1
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
1.2.0 Feature: Realtime: Channel State #34
Conversation
… via options for a channel within a Realtime client instance. I could see no evidence that the Ruby SDK supports this.
…nel state changes from Realtime client instances.
Oops, sorry, converting this back to Draft as I've noticed I had forgotten to include |
Hmm, this is ridiculous. Prettier is not failing on my local host. Investigating... 😞 |
Locally:
|
We were only using it for YAML, in fact. Fighting this tool has taken up too much time. We shall find a replacement. see: #35
462b59b
to
266d754
Compare
# Conflicts: # sdk.yaml
Having addressed @lmars' and @paddybyers' comments, I'm going to merge this pull request without waiting for approval. It has been open for a while and there is a stack of pull requests ahead of it. We are likely to have another look at the entire work at the end, to double check that it congeals holistically, so the risk of merge without approval is low. |
One of a family of pull requests addressing #3.
Continues the naming style established in #21 for contexts where state has a synchronous getter as well as an asynchronous event path (e.g.
EventEmitter
).