We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IDL is subscribe(String, (Message) ->) => io // RTL7b which means you can register a listener for messages that come in, but there is also => io which is a callback that will result in an error if the implicit attach does not work, see https://github.com/ably/docs/pull/87/files#diff-11900b395df266bc2bbfc1d11bdfc7a0R407
subscribe(String, (Message) ->) => io // RTL7b
=> io
The text was updated successfully, but these errors were encountered:
Add an attach callback to RealtimeChannel.subscribe.
2e511f4
Fixes #220.
No branches or pull requests
The text was updated successfully, but these errors were encountered: