Skip to content

Device SDK AutoEvents Behavior #310

Closed Answered by cloudxxx8
teenccu asked this question in Q&A
Discussion options

You must be logged in to vote

asynchronous functions means the (read + send event) consuming time won't be included to the auto event interval, and the execution from different autoevents have run concurrently in the current implementation.
The device connection issue should be handled by the device service driver itself. For example, MQTT Device Service use the same connection in the driver, and the Modbus Device Service reference implementation uses lock to manage the concurrent requests.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cloudxxx8
Comment options

Answer selected by teenccu
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants