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
When multiple DEPNAME are configured, the device_response_event.dep_name in the callback data is always the last one.
DEPNAME
example
./nanodep/depsyncer-linux-amd64 -webhook-url "http://webhook" -storage mysql -storage-dsn "root:root@tcp(host:3306)/nanodep" -limit 100 -duration 600 foo bar
device_response_event.dep_name in the callback is always bar
The text was updated successfully, but these errors were encountered:
@jessepeterson
Sorry, something went wrong.
615551d
@JieAnthony @radiohertz can you verify that 615551d fixes the issue?
@jessepeterson fixed! Thank you!!!
Thank @jessepeterson @radiohertz Is it possible to release a latest version for this fix?
Successfully merging a pull request may close this issue.
When multiple
DEPNAME
are configured, the device_response_event.dep_name in the callback data is always the last one.example
device_response_event.dep_name in the callback is always bar
The text was updated successfully, but these errors were encountered: