Vlad Sudzilouski
Vlad Sudzilouski
For more info, please see description of algorithm in https://github.com/microsoft/FluidFramework/issues/7599 I've created EPIC https://github.com/microsoft/FluidFramework/issues/9023 to track all the issues that were opened related to this problem space (for easier tracking)....
Note: This change represents direction of changes, and final (or rather one of the temp states on the way to cleanup all of these issues). It will not be merged...
As part of this change, refactor code to reduce number of exported symbols
Based on this query: > union Office_Fluid_FluidRuntime_* | where Data_docId == "Qd72Ck%2BXltvWMehs0wk6O3Bn1oTt%2BeTjXpPbIZ5uYv8%3D" | project Event_Sequence, Event_Time, Data_eventName, Data_reason, Data_error, Data_value, Data_connectionMode 1. Some local edits are made, which causes container...
Shows ~ 25% improvement for structure parsing part, or about 10% overall improvement. The only risk here - strings containing zeros, and possibly some differences in parsing code (browser vs....
**Most important changes:** 1. **"self" will show up at the same time in Quorum and Audience** for "write" connection. This is done by ignoring signals for such connections and duplicating...
This is an exploration into how we can support nested data stores. While it is super important to answer question on "why it's needed", I'd love to discuss it outside...
This is a prototype that explores what it would take to create temporal collab spaces. It allows to leverage complex components that depends on collab capabilities (in this prototype -...
# Problem Statement ContainerRuntime.getDataStore() and ContainerRuntime.request() result in infinite wait when request hits non-existing data store. It will be resolved if/when container eventually processes attach op for such data store....