EAAccessory/EASession teardown during background
问题 Using Apple's EADemo as a base I'm trying to understand backgrounding's influence on EAAccessories. When I receive a connectNotification, I get the accessory, check the protocol and get the streams. With the streams I set the delegate, schedule on the RunLoop, and open Currently when I go into the background I tear this all down. I back out everything I did and release all objects. I also do this teardown on a didDisconnect. Upon entry, I don't always get a didConnect so I walk the