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

Allow clients to explicitly dismiss kill switch via Bellerophon manager #22

Open
wants to merge 1 commit into
base: release/1.0.2
Choose a base branch
from

Conversation

dominicancrum
Copy link

No description provided.

@dominicancrum dominicancrum force-pushed the feature/explicitly-dismiss-kill-switch branch from cf9b0e0 to eb22bdb Compare September 14, 2017 15:58
@@ -105,6 +105,16 @@ public class BellerophonManager: NSObject {
}
}
}

public func dismissKillSwitchIfNeeded() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name isn't very explicit, maybe keep this function internal, and create a new public function with a more descriptive name that calls this one?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dominicancrum any updates on this PR?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the recent changes to the kill switch I think this can actually be closed @ThibaultKlein

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

Successfully merging this pull request may close these issues.

2 participants