Multithreading inside rfcommChannelOpenComplete
Multithreading inside rfcommChannelOpenComplete
- Subject: Multithreading inside rfcommChannelOpenComplete
- From: Christian Martin <email@hidden>
- Date: Tue, 30 Oct 2012 23:10:09 -0400
- Importance: Normal
Hi,
I have used the sample app from Apple Dev named:
RFCOMM_Open_SPP_Example
Inside the sample, a method is being called on completion of connection with Bluetooth device (serial):
rfcommChannelOpenComplete
Inside that call, I added : [self performSelectorInBackground:@selector(method1) withObject:nil]; Oddly, the thread is never executed. If I place it inside my awakeFromNib, it works. What am I missing here ???
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden