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

RealtimeChannel: attach is inconsistent with the API #189

Closed
ricardopereira opened this issue Feb 3, 2016 · 2 comments
Closed

RealtimeChannel: attach is inconsistent with the API #189

ricardopereira opened this issue Feb 3, 2016 · 2 comments
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@ricardopereira
Copy link
Contributor

attach is returning an ARTErrorInfo.

Callback not implemented and the language permits:

(RTL4d) If the language permits, a callback can be provided that is called when the channel is attached successfully or the attach fails and the the ErrorInfo error is passed as an argument to the callback.

@ricardopereira ricardopereira added bug Something isn't working. It's clear that this does need to be fixed. realtime labels Feb 3, 2016
@mattheworiordan
Copy link
Member

Thanks, this is quite useful functionality so we should aim to implement this.

tcard added a commit that referenced this issue Feb 15, 2016
Using EventEmitter to emit state changes and messages.

Fixes #134, #183, #121, #189.
@tcard
Copy link
Contributor

tcard commented Feb 15, 2016

Fixed by #204.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

No branches or pull requests

3 participants