Jonathan Sun

Results 2 comments of Jonathan Sun

The trivial solution to this would be to expand or remove the limit on `_listGUIFunctions.size()`. That being said, would it be better if certain functions sent to `_PostToGUIThread` were able...

![makeCacheKey-latency](https://github.com/apollographql/apollo-client/assets/25206472/abd06381-f7e2-40eb-800e-35ea9fd1cdf1) I've encountered similar scalability issues when using a large amount (around the scale of thousands) of `useQuery` hooks pointing to the same few query documents and variables. In this...