microsoft / live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.
Other
94 stars 29 forks source link

Fixed Suspensions when canSendPositionUpdates is false #738

Closed huntj88 closed 7 months ago

huntj88 commented 7 months ago

Fixes #736

This was accomplished by allowing position updates to be tracked locally only when canSendPositionUpdates is false. All events are received and handled in the same way, except these local only events do not go through Fluid's signal layer.