I'm creating a program using AsyncSocket and it works really well but I seem to get this exception every now and then. I have no idea what causes it but it seems to be coming from the AsyncSocket class rather than my program. Here is the exception... And it keeps repeating every second because the NSTimer keeps executing the method over and over.
Any ideas?
Code:
2008-05-05 09:59:24.521 Server[340] *** NSTimer discarding exception '*** -[NSCFString objectForKey:]: selector not recognized [self = 0x3bf600]' that raised during firing of timer with target 3b95e0 and selector 'doPoll:'
Any ideas?