-
Notifications
You must be signed in to change notification settings - Fork 70
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
Remove context.subscribe #1111
Remove context.subscribe #1111
Conversation
// MARK: - Subscriptions | ||
|
||
extension WorkflowNode.SubtreeManager { | ||
fileprivate final class Subscriptions { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bye bye bye 👋
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The red lines make me happy :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
The 8 commits are a little weird. Do we need all of them? Should we squash them into a single commit? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋
// MARK: - Subscriptions | ||
|
||
extension WorkflowNode.SubtreeManager { | ||
fileprivate final class Subscriptions { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The red lines make me happy :D
We don't need all of them. Some got pulled out into the other PR that introduced |
a02a2ec
to
41d6a46
Compare
This has been replaced with SignalWorker.
41d6a46
to
6701aaa
Compare
This is a rebase of #1025. It removes
context.subscribe
altogether, now that we've migrated our internal clients. This is a breaking change.This finishes the work on #402 / #744.