site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Hi List members, Another question: Thanks for any help Moritz _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... (I was able to fix my last problem by removing the delegate before closing the channel) My Bluetooth-Library supports multiple threads. All bluetooth stuff is handled in one thread just as Apple requires me to do. The Bluetooth-Thread consists of a while() loop that looks for commands that the other threads post on that thread (opening connections, closing connections, doing inquiries......). When all commands are handled I call [[NSRunLoop currentRunLoop] runUntilDate:dat2]; where dat2 is 0.1 seconds after now. Then it looks for new commands and so on. Is there a way to interrupt this [NSRunLoop runUntilDate:xxx] call so my other threads don't have to wait ? Interrupt the RunLoop somehow from another thread ? This email sent to site_archiver@lists.apple.com