Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsuciu committed Sep 6, 2024
1 parent 5c5e736 commit cc30e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Opc.Ua.PubSub/IntervalRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private async Task ProcessAsync()
}
else if (sleepCycle >= 0 && sleepCycle <= 16)
{
while (HiResClock.Ticks < m_nextPublishTick)
while (HiResClock.Ticks < nextPublishTick)
{
// Busy-wait and avoid overhead of Task.Delay for verry small wait times
}
Expand Down

0 comments on commit cc30e82

Please sign in to comment.