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

SerialSubscription is missing isUnsubscribed #590

Closed
headinthebox opened this issue Dec 9, 2013 · 1 comment
Closed

SerialSubscription is missing isUnsubscribed #590

headinthebox opened this issue Dec 9, 2013 · 1 comment

Comments

@headinthebox
Copy link
Contributor

public class SerialSubscription implements Subscription {
@OverRide
public void unsubscribe() {...}}
public void setSubscription(final Subscription subscription) {...}
public Subscription getSubscription() {...}
}

http://msdn.microsoft.com/en-us/library/system.reactive.disposables.serialdisposable_properties(v=vs.103).aspx

@benjchristensen
Copy link
Member

Fixed in #593

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