You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (NSNumber *key in [self.timeoutTimers copy]) {
The whole loop is:
for (NSNumber *key in [self.timeoutTimers copy]) {
NSTimer *timer = self.timeoutTimers[key];
[timer invalidate];
}
Since this code is in a @syncrhonized block I don't see anything wrong with it. Sorry I can't be of more help. Would love to hear anyone's insight on the matter though.
The text was updated successfully, but these errors were encountered:
I've never seen this before and the only StackOverflow post I can find on it (https://stackoverflow.com/questions/26549610/attempt-to-create-a-temporary-id-buffer-which-is-too-large-or-with-a-negative-c) isn't helpful, but here's the crash. Running 1.4.0, so line 635 is:
The whole loop is:
Since this code is in a @syncrhonized block I don't see anything wrong with it. Sorry I can't be of more help. Would love to hear anyone's insight on the matter though.
The text was updated successfully, but these errors were encountered: