-
Notifications
You must be signed in to change notification settings - Fork 25
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
RSA10g. #494
RSA10g. #494
Conversation
@@ -1582,6 +1582,7 @@ class Auth : QuickSpec { | |||
authOptions.authParams?.append(NSURLQueryItem(name: "body", value: token)) | |||
authOptions.authHeaders = ["X-Ably":"Test"] | |||
authOptions.force = true | |||
authOptions.queryTime = true |
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.
You've added queryTime
in, yet there is no check to assert whether the time has been requested from Ably. We need to check this else I don't see the point of this.
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.
Got it, I'll add an assertion to be sure that time
function has been called.
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.
Thanks
Please review and merge if everything looks good |
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.
LGTM, 👍
Will change the base to |
a554eb3
to
bd1c0b3
Compare
Squashed. |
No description provided.