microsoft / FluidFramework

Library for building distributed, real-time collaborative web applications
https://fluidframework.com
MIT License
4.7k stars 528 forks source link

[main > release/client/2.0]: Extract serialized blobs from the ISnapshot instead of fetching from driver which could make network calls #21908 #21924

Closed jatgarg closed 1 month ago

jatgarg commented 1 month ago

Description

Extract serialized blobs from the ISnapshot which contains blob contents instead of fetching from driver which could make network calls. This affects the cases in Data virtualization where initial blob contents for some trees are missing in the snapshot and therefore driver does not have the contents cached, so it ends up making a bunch of network calls.

msfluid-bot commented 1 month ago

Could not find a usable baseline build with search starting at CI 7802e98cbef87fdac17ccfbafff16e9ed2ef35cb

Generated by :no_entry_sign: dangerJS against 2b9d690e8b3a1a48c66968ff2e67cf75ed279ac7

frankmueller-microsoft commented 1 month ago

Approving and merging patch