-
Notifications
You must be signed in to change notification settings - Fork 167
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
Swift 3 and single target #88
Conversation
… optional so that if the builder fails to create a request for whatever reason, they can return nil
… notifying when susbscriptions fail/succeed when trying to subscribe.
… fails, refactor remaining logic to read more clearly.
Conditionally unwrap data before use during authorization request
8bbcbdb
to
025b62e
Compare
e16447c
to
dc0a8f3
Compare
Hi! Do you have any idea when the migration to Swift 3 will be finished? |
The Swift 3 migration itself is done. There's just a bit of tidy up to do in the docs / examples and then I think it's good to go for a 3.0.0 release. Feel free to try stuff out with this branch before I cut the release though. It all compiles and the tests pass etc. |
Awesome! Thanks! You will merge it and create a new version for Cocoapods today? |
Hopefully yes - need to do a few more bits and pieces first |
I didn't quite have time to release it yesterday but am going to do it |
state change delegate functions into combined PusherConnectionDelegate
requestFor
inAuthRequestBuilderProtocol
able to failPresencePusherChannel
->PusherPresenceChannel
internal
authMethod enum case toinline
subscribeToPresenceChannel
method