Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Subscription’s
finish
method to unsubscribe
I don’t think that this method should exist at all; the intention for our public API, as described in 20e7f5f, is that the user should not need to explicitly unsubscribe. (We have #36 for figuring out how to implement the appropriate cleanup.) However, this method does now exist, and we’re probably not going to get rid of it before beta, so we agreed in standup today to at least name it in line with JS.
- Loading branch information