-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hi,
After losing out a user and then login the same user Simperium for Mac OS goes into a loop with Socket Error "Invalid Certificate"
To replicate all without restarting the App:
- Connect with a user with call like [self.simperium authenticateWithAppID:@"paper-video-6fd" token:[notification object]]; the token is valid.
- Logout user with [self.simperium signOutAndRemoveLocalData:NO completion: ^{
}]; - Connect the same a user with call like [self.simperium authenticateWithAppID:@"paper-video-6fd" token:[notification object]]; the token is valid.
The connection looks OK but the NSLOG keeps printing out : "SocketRocket: In debug mode. Allowing connection to any root cert".
- (void)webSocket:(SPWebSocket *)webSocket didFailWithError:(NSError *)error starts looping the error is #23556 (Invalid server cert) .
I'm I doing something wrong when disconnecting the client?
Metadata
Metadata
Assignees
Labels
No labels