-
Notifications
You must be signed in to change notification settings - Fork 21
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
Timeout problem #18
Comments
@sglee-huconn thank you for raising this issue.Please take a look at the following comments: Could you add some more detail to the description? A good description should be at least 25 words. NOTE: If there are fields which are not applicable then please just add 'n/a' or 'None'.This indicates to us that at least all the fields have been considered. |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
11 similar comments
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn it has been 5 days since the last reminder. Could you please update the issue header as previously requested? |
@sglee-huconn This issue has an incomplete or old issue template.For future reference please use an up to date clone of the repository before raising issues. Many thanks. |
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. |
In the example, a publish is executed up to 10 times. but for testing, I modified the loop to be infinite and not to go out of the loop as in the following code.
at first, it runs well. but after some time, it emits a timeout error or a socket error.
when QoS1 is set, I found the following truth.
in a normal state, the socket reads 33, 95 bytes in turn while in the timeout situation it reads 128 bytes at once
when I set QoS to 0, It isn't timed out but after a while, it eventually shows socket error and isn't recovered.
i am testing with STM DISCO IOT01A board though Wifi.
The text was updated successfully, but these errors were encountered: