MegaBits / SIOSocket

Realtime iOS application framework (client) http://socket.io
MIT License
494 stars 80 forks source link

Emit delay from CoreMotion data #25

Open antonio-gomez opened 9 years ago

antonio-gomez commented 9 years ago

I'm getting some latency issues using data form CoreMotion roll, pitch and yaw properties from my device, every time that startDeviceMotionUpdatesToQueue() is called I emit this properties to my server but there is some lag even that I'm controlling the update interval to be fired 24 times per second when reseting the deviceMotionUpdateInterval property. Any change what is going wrong in here?

Thanks,