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
default to calculating speed over a range of time (595d0ce)
Performance Improvements
improve performance when adding/removing streams (66952bd)
BREAKING CHANGES
new StreamSpeed(timeUnit) - new StreamSpeed({ timeUnit })
Speed is now calculated based on total data read over a range of
time, defaults to 1sec. Previously there were 2 speeds, current speed
and average speed. Current speed was calculated based on amount of
data received in latest read over the time difference between latest
read and last read.