Skip to content

Commit

Permalink
Comment update regarding the SSL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fpillet committed Dec 13, 2010
1 parent 7d6d470 commit 7555e01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Desktop Viewer/Classes/LoggerNativeTransport.m
Expand Up @@ -573,8 +573,7 @@ - (void)stream:(NSStream *)theStream handleEvent:(NSStreamEvent)streamEvent
NSInteger errCode = [error code];
if (errCode == errSSLDecryptionFail || errCode == errSSLBadRecordMac)
{
// Sporadic SSL failure:
// until we find a workaround, we need to restart the app
// SSL failure due to the application not being codesigned
// See https://devforums.apple.com/thread/77848?tstart=0
dispatch_async(dispatch_get_main_queue(), ^{
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
Expand Down

0 comments on commit 7555e01

Please sign in to comment.