In context of my application I don't need it to be running all the time. When XGPSManager is released and if I had running connection I will always get crash.
I run Instruments with Zombie configuration and it showed access to puck from [EAInputStream _streamEventTrigger] after it was released.
You need to closeSession on dealloc in Puck.m.
In context of my application I don't need it to be running all the time. When
XGPSManageris released and if I had running connection I will always get crash.I run Instruments with Zombie configuration and it showed access to
puckfrom[EAInputStream _streamEventTrigger]after it was released.You need to
closeSessionondeallocinPuck.m.