FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Signal Tracking: update `connected` checks

Open WillieHabi opened this issue 4 months ago • 1 comments

Description

In this PR we move the this.connected check from process to submission. If a signal is sent while the client is disconnected from the delta stream, we should not attempt to track the signal as we don't expect to receive it back. If a signal has been received, it follows that the client must've been connected to the delta stream to receive the message, so we don't need a connected check here.

WillieHabi avatar Oct 08 '24 22:10 WillieHabi