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
I got following error when trying to write PID request message on can socket:
errno 105 " No Buffer Space Available"
This error appear randomly when trying to send high rate of request (64 request per second).
I tried to close socket and create new one, however, this didn't fix the issue.
Note that i'm using linux and code is written using SocketCAN.
Please check it and inform me in case there is any thing that can fix this issue.
The text was updated successfully, but these errors were encountered:
I got following error when trying to write PID request message on can socket:
errno 105 " No Buffer Space Available"
This error appear randomly when trying to send high rate of request (64 request per second).
I tried to close socket and create new one, however, this didn't fix the issue.
Note that i'm using linux and code is written using SocketCAN.
Please check it and inform me in case there is any thing that can fix this issue.
The text was updated successfully, but these errors were encountered: