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/rc5]: Extract serialized blobs from the ISnapshot instead of fetching from driver which could make network calls #21925

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 8dbf3592640992673cc0625f49dbd07b654f2eb7

Generated by :no_entry_sign: dangerJS against b0d4c27f5230ebe0025d8d90dbcdd25c1064c8f7

frankmueller-microsoft commented 1 month ago

Approving and merging patch