FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

ContainerRuntime: Update Op Lifecycle classes to use InboundSequencedContainerRuntimeMessage type

Open markfields opened this issue 1 year ago • 0 comments

Description

I got some key parts wrong here, will update later when it's back on track.

~Currently they all use ISequencedDocumentMessage. But we know that only "modern" runtime messages will go through the "Op Lifecycle" system, and these are modeled by the InboundSequencedContainerRuntimeMessage type.~

~This also updates that type to model the fact that clientId isn't null for these. This is helpful for an upcoming change related to Batch ID (which is computed using clientId)~

Reviewer Guidance

This is still WIP. //* comments will all be resolved/removed before marking as ready for review.

markfields avatar Jul 10 '24 13:07 markfields