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
In my implementation of 3dslink, when reading the last file chunk, i consistently always get errno 11 (no more processes), and i cannot figure out why that is.
I've tried replacing the recv(3) call in the rust stdlib for read(2), but still get the same issue, on 2 different consoles.
Does anyone have some ideas for why that might be?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In my implementation of 3dslink, when reading the last file chunk, i consistently always get errno 11 (no more processes), and i cannot figure out why that is.
I've tried replacing the
recv(3)
call in the rust stdlib forread(2)
, but still get the same issue, on 2 different consoles.Does anyone have some ideas for why that might be?
Beta Was this translation helpful? Give feedback.
All reactions