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
Reduce per-exchange memory use by ~15% with HttpBody improvements
Refactoring most notably to avoid indefinitely holdingh a
lazyObservablePromise on every instance (2x per exchange) everywhere.
These are expensive, and mostly not necessary. Refactored to cover the
two cases: reading the data & checking decoding state (both observably)
and waiting for the data as a promise (not observable).
0 commit comments