-
Notifications
You must be signed in to change notification settings - Fork 549
improvement(client): improved internal submitMessage, reSubmit, rollback, and submitSignal type-safety #24319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@fluidframework/datastore": minor | ||
"@fluidframework/test-runtime-utils": minor | ||
"__section": legacy | ||
--- | ||
|
||
Deprecate submitMessage on FluidDataStoreRuntime and MockFluidDataStoreRuntime | ||
|
||
Implementing `FluidDataStoreRuntime.submitMessage` is not required per `IFluidDataStoreChannel` and is now deprecated on `FluidDataStoreRuntime` and corresponding `MockFluidDataStoreRuntime`. | ||
|
||
See [issue #24406](https://github.com/microsoft/FluidFramework/issues/24406) for details and alternatives. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That issue mentions:
That may be true for inside There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is |
Uh oh!
There was an error while loading. Please reload this page.