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
Errors (when errno is -1) except for timeout (when errno is 0) are not output in the return value when executing select in the wait function.
It is difficult to identify the cause of the error when debugging.
It might not be possible to get the data size of can_frame in one read/send.
Errors (when errno is -1) except for timeout (when errno is 0) are not output in the return value when executing select in the wait function.
It is difficult to identify the cause of the error when debugging.
It might not be possible to get the data size of can_frame in one read/send.
So I created a pull request. #31
The text was updated successfully, but these errors were encountered: