Vlad Sudzilouski
Vlad Sudzilouski
This is a prototype to see if we can get rid of various detached state and ensure that we can attach objects right away. ### Why We want to move...
Split from https://github.com/microsoft/FluidFramework/pull/20952 Also - Add unknown as default generics argument - it means "all JSONable types" - Fix some incorrect usages of Jsonable. - Make it public. I'll need...
Split from https://github.com/microsoft/FluidFramework/pull/20952 This PR will not compile, it depends on #20953 being merged first. Introduces new type JsonableOrBinary that allows mixing in ArrayBuffer into Jsonable, and provides serialization /...
Split from https://github.com/microsoft/FluidFramework/pull/20952 Requires https://github.com/microsoft/FluidFramework/pull/20953 (so will not build yet).
This is a prototype of what it takes to support binary payloads in signals. Only client changes, with small demonstration of changes up to a driver. This PR will be...
Test to demonstrate that a simple creation of a DDS will trip 1.4 client, as ID compressor is involved in such case (if it's enabled in container). The purpose of...
Make Audience more consistent across Container reloads (from serialized state), and by doing so - get one step closer to having stronger guarantees about Audience.getSelf() behaviors. The primary motivation for...
1. Add UT case that catches the problem (if no other changes are made). 2. Remove incorrect code that starts leave timer where it's not required (ConnectionStateHandler.ts) 3. Suggests possible...
When ContainerStateHandler overwrites are used, we get into recursive call into Container that is not fully initialized, causing a crash. This is due to a config provider logging events (using...
## Scenario/ success criteria The goal of it is to enable more scenarios for OdspClient, in particular - enable scenarios that Designer app needs, and scenarios that they will likely...