HeartbeatSlow trace is called with incorrect arguments order #28660
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
good first issue
Good for newcomers.
help wanted
Up for grabs. We would accept a PR to help resolve this issue
Milestone
Describe the bug
I get the following log line:
The order of the arguments is incorrect.
In file src/Servers/Kestrel/Core/src/Internal/Infrastructure/KestrelTrace.cs:
is defined with order "now, heartbeatDuration, interval"
is invoked with order "heartbeatDuration, interval, now"
The text was updated successfully, but these errors were encountered: