Skip to content

Commit

Permalink
v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Sep 30, 2023
1 parent 63e3b0e commit 0ec79b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Binary file modified Example/.DS_Store
Binary file not shown.
Binary file not shown.
5 changes: 1 addition & 4 deletions Sources/ObjCSources/GleapWebSocketHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ - (void)receiveMessage API_AVAILABLE(ios(13.0)) {
}
}
}
@catch (NSException *exception) {
NSLog(@"Exception caught: %@", exception.reason);
}
@catch (NSException *exception) {}
}
}

Expand All @@ -91,7 +89,6 @@ - (void)receiveMessage API_AVAILABLE(ios(13.0)) {
}

- (void)handleReconnect:(NSError *)error API_AVAILABLE(ios(13.0)) {
NSLog(@"Attempting to reconnect...");
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(5.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[self connectToURL: self.reconnectURL];
});
Expand Down

0 comments on commit 0ec79b0

Please sign in to comment.