Re: SFSBUddyManager crash after connection is close.
Posted: 19 Jun 2012, 13:13
I'm try to plug the Framework API into existing project , that use older release from source.
I get
+[NSStream getStreamsToHostNamed:port:inputStream:outputStream:]:
on the line [self.client connect];
self.client = [[SmartFox2XClient alloc] initSmartFoxWithDebugMode:YES delegate:self];
[self.client loadConfig:@"config.xml" connectOnSuccess:NO];
client.logger.loggingLevel = LogLevel_DEBUG;
[self.client connect];
config.xml is the same as the one used in the latest Connection example/
I get
+[NSStream getStreamsToHostNamed:port:inputStream:outputStream:]:
on the line [self.client connect];
self.client = [[SmartFox2XClient alloc] initSmartFoxWithDebugMode:YES delegate:self];
[self.client loadConfig:@"config.xml" connectOnSuccess:NO];
client.logger.loggingLevel = LogLevel_DEBUG;
[self.client connect];
config.xml is the same as the one used in the latest Connection example/