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

return readers for broadcasts/signals #6

Closed
dsvensson opened this issue Nov 13, 2016 · 1 comment
Closed

return readers for broadcasts/signals #6

dsvensson opened this issue Nov 13, 2016 · 1 comment

Comments

@dsvensson
Copy link
Owner

dsvensson commented Nov 13, 2016

Broadcasts will return Reader objects:

r = client.BroadcastPlaylistChanged()
for {
    value, err := r.Next() (would return a PlaylistChanged struct, or an error)
}
@dsvensson dsvensson changed the title return channels instead of values return readers for broadcasts/signals Nov 13, 2016
@dsvensson
Copy link
Owner Author

support for broadcasts added in c2f5172

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

1 participant