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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When we set initial coordinates for some object and these coordinates belongs to subscribed region data for inside hook is broken.
Steps to reproduce.
127.0.0.1:9851> nearby fleet FENCE point 33.5123 -112.2693 600 {"ok":true,"live":true}
127.0.0.1:9851> set fleet truck1 point 33.5123 -112.2693 {"ok":true,"elapsed":"68.993µs"}
Then in first terminal:
{"command":"set","group":"589af129375e4f2747a798ac","detect":"enter","key":"fleet","time":"2017-02-08T13:21:29.288927204+03:00","id":"truck1","object":{"type":"Point","coordinates":[-112.2693,33.5123]}} {"command":"set","group":"589af129375e4f2747a798ac","detect":"inside","key":"fleet","time":"2017-02-08T13:21:29.288927204+03:00","command":"set","group":"589af129375e4f2747a798ac","detect":"enter","key":"fleet","time":"2017-02-08T13:21:29.288927204+03:00","id":"truck1","object":{"type":"Point","coordinates":[-112.2693,33.5123]}}
Second hook contains duplicated keys from first hook: command, group, detect.
The text was updated successfully, but these errors were encountered:
Fix is simple, I`ll create PR in few minutes.
Sorry, something went wrong.
237d4b2
Thanks a ton for the fix!
No branches or pull requests
When we set initial coordinates for some object and these coordinates belongs to subscribed region data for inside hook is broken.
Steps to reproduce.
Then in first terminal:
Second hook contains duplicated keys from first hook: command, group, detect.
The text was updated successfully, but these errors were encountered: