@@ -370,11 +370,12 @@ [_socket asyncReadIntoBuffer: buffer length: BUFFER_LENGTH target: self selector: @selector(stream:didReadIntoBuffer:length: - exception:)]; + exception:) + context: nil]; } - (void)asyncConnectAndHandle { void *pool = objc_autoreleasePoolPush(); @@ -458,11 +459,12 @@ [_socket asyncReadIntoBuffer: buffer length: BUFFER_LENGTH target: self selector: @selector(stream: didReadIntoBuffer:length: - exception:)]; + exception:) + context: nil]; return false; } return true;