Peripheral dealloced while connecting under ARC?
I'm not keeping a reference to a peripheral I've just discovered because I don't yet have enough information. I need to connect first, discover some more services, query them. "CoreBluetooth[WARNING] <CBConcretePeripheral: 0x1f5bd0f0 UUID = (null), Name = "My Awesome Peripheral", IsConnected = NO> is being dealloc'ed while connecting" It seems that my peripheral should not get released by ARC while a connection is in progress. Is this a bug, or do I really need to keep a reference to each peripheral I discover? -- Rick _______________________________________________ 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: https://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Rick Mann