You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of returning nothing when the read is incomplete, a better default for prune query maybe to return whatever that it has gotten. Also surface isComplete from prune as part of the return for Cache.extract (if prune query is provided as arg) so that client of Hermes can perform follow-up if they so choose.
Bonus: make the behavior configurable ^^
The text was updated successfully, but these errors were encountered:
Instead of returning nothing when the read is incomplete, a better default for prune query maybe to return whatever that it has gotten. Also surface
isComplete
from prune as part of the return forCache.extract
(if prune query is provided as arg) so that client of Hermes can perform follow-up if they so choose.Bonus: make the behavior configurable ^^
The text was updated successfully, but these errors were encountered: