You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
Checking the inequality of the size of the sent data and the size of the input data will not always correctly indicate problems. Sometimes, even for a blocking socket, the send function can return a size smaller than the one passed to the function. And only if the function returned the value -1, this will indicate errors.
Created PR #404 with implementation of change to function return result check. @Enmk Please check.
The text was updated successfully, but these errors were encountered:
@Enmk didn’t immediately see that there are cases when it is necessary to implement re-sending of data. Created another PR #407 with the implementation of resending when performing a flash on a buffered output.
Hello.
Checking the inequality of the size of the sent data and the size of the input data will not always correctly indicate problems. Sometimes, even for a blocking socket, the send function can return a size smaller than the one passed to the function. And only if the function returned the value -1, this will indicate errors.
Created PR #404 with implementation of change to function return result check. @Enmk Please check.
The text was updated successfully, but these errors were encountered: