Skip to content

Commit

Permalink
mark as static
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinagud committed Oct 21, 2024
1 parent fe74a02 commit 78e2509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Reader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public async Task ReadNodesForever(ISession connection, IEnumerable<(NodeId node
_logger.Debug("Read operation completed...");
}

async Task ReadNodeForever(ISession connection, NodeId node, TimeSpan readInterval, Func<NodeValue, Task> handleValue, CancellationToken cancellationToken)
static async Task ReadNodeForever(ISession connection, NodeId node, TimeSpan readInterval, Func<NodeValue, Task> handleValue, CancellationToken cancellationToken)
{
using var timer = new PeriodicTimer(readInterval);
while (!cancellationToken.IsCancellationRequested)
Expand Down

0 comments on commit 78e2509

Please sign in to comment.