Skip to content

Commit

Permalink
Fixed issue with SHDR Agent Module
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRitchie committed Dec 5, 2023
1 parent 9ad194a commit 6e8f66d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Module(IMTConnectAgentBroker mtconnectAgent, object configuration) : base
}


protected override void OnStartBeforeLoad()
protected override void OnStartAfterLoad()
{
if (_configuration != null)
{
Expand Down

0 comments on commit 6e8f66d

Please sign in to comment.