Issue with NSRunLoop

2011-06-01 Thread Sasikumar JP
Hi, -- JP.SASIKUMAR ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription:

Issue with NSRunLoop

2011-06-01 Thread Sasikumar JP
Hi, I am working on an audio streaming iPhone application. When user taps the play button, i starts the internal thread to receive the stream audio and i have scheduled the stream source with NSRunLoop like below [_stream scheduleInRunLoop:[NSRunLoop currentRunLoop]