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
The backpressure converter caches the result of the last calculation [1], leading to FEDs that are masked having constant backpressure in the produced snapshots [2], as their time delta appears to remain zero (due to the flashlist not being updated). What is the reasoning behind retaining and returning the previous result?
The backpressure converter caches the result of the last calculation [1], leading to FEDs that are masked having constant backpressure in the produced snapshots [2], as their time delta appears to remain zero (due to the flashlist not being updated). What is the reasoning behind retaining and returning the previous result?
[1]
DAQAggregator/src/main/java/rcms/utilities/daqaggregator/data/helper/BackpressureConverter.java
Line 60 in d79714c
[2] cmsdaq/daqview-react#33