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 data size that can be reported via the Response.Ok(sizeBytes: ...) parameter is currently an int (32-bit).
This leads to an overflow if larger data transfers (in the GB range) are measured.
This leads to a (noticable) error/exception when reporting a single large data transfer.
It also leads to more subtle ("unnoticable") errors when calculating the total sum of the aggregated report.
There seem to be (silent) overflows.