Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcavar committed Feb 16, 2018
1 parent 0451e0b commit 299ea5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MQTTClient/MQTTClient/MQTTSessionManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ - (instancetype)init {
maxSize:MQTT_MAX_SIZE
maxConnectionRetryInterval:RECONNECT_TIMER_MAX_DEFAULT
connectInForeground:YES
streamSSLLevel:kCFStreamSocketSecurityLevelNegotiatedSSL
streamSSLLevel:(NSString *)kCFStreamSocketSecurityLevelNegotiatedSSL
queue:dispatch_get_main_queue()];
return self;
}
Expand Down
1 change: 1 addition & 0 deletions MQTTClient/MQTTClientTests/MQTTTestSessionManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ - (void)testMQTTSessionManagerPersistent {
maxSize:64*1024*1024
maxConnectionRetryInterval:64
connectInForeground:NO
streamSSLLevel:(NSString *)kCFStreamSocketSecurityLevelNegotiatedSSL
queue:dispatch_get_main_queue()];
manager.delegate = self;

Expand Down

0 comments on commit 299ea5e

Please sign in to comment.