Problem in Send command not respecting the timeout expectation #8
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
In code, you have timeout set for 10.000 ms or 60.000ms but in the loop you have 100ms loop
and you only divide timeout per 10. So your timeout is 10x what is needed
The text was updated successfully, but these errors were encountered: