FluidFramework
FluidFramework copied to clipboard
odspDocumentDeltaConnection targetClientId check
ODSP driver reuses sockets for clients connected on the same node process. When signals are received on the shared socket, we must filter based on targetClientId
property to make sure only the specified client receives the signal.