We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start Simulator Start service Restart the service Service will panic when incrementing EventsSent metric because it is nil
Last portion of Driver Initialize needs to be moved to Driver Start so SDK can complete it initialization, i.e. create metric counter
Anything else relevant?
The text was updated successfully, but these errors were encountered:
fix: Move intializion of registered llrp devices from initialize to s…
ff7358b
…tart fixes: edgexfoundry#235 Signed-off-by: Marc-Philippe Fuller <marc-philippe.fuller@intel.com>
d994045
…tart (#236) fixes: #235 Signed-off-by: Marc-Philippe Fuller <marc-philippe.fuller@intel.com>
marcpfuller
Successfully merging a pull request may close this issue.
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in Drive InitializeIs this a regression? Maybe, did not see issue in Levski
Yes, the previous version in which this bug was not present was: LevskiDescription and Minimal Reproduction [REQUIRED]
Start Simulator
Start service
Restart the service
Service will panic when incrementing EventsSent metric because it is nil
Last portion of Driver Initialize needs to be moved to Driver Start so SDK can complete it initialization, i.e. create metric counter
Anything else relevant?
The text was updated successfully, but these errors were encountered: