Skip to content
New issue

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

Delays / waits in Direct Method / Device Twin Callbacks (CA-269) #130

Open
SputnikTheMighty opened this issue Jan 18, 2023 · 0 comments
Open

Comments

@SputnikTheMighty
Copy link

I've noticed experimentally that within the device twin callback, delays cause crashes. However, within direct method callback, this seems to not be the case. Is it bad practice to have delays within a direct method callback? For example, waiting on a queue to receive some data.

According to Azure, a direct method response can take up to 300s, but I assumed that you can't have the Direct Method handler have a 5 minute delay inside it.

@github-actions github-actions bot changed the title Delays / waits in Direct Method / Device Twin Callbacks Delays / waits in Direct Method / Device Twin Callbacks (CA-269) Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant