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
if select(
(int(tcp_socket.socket)) + 1 &fd_read &fd_write &fd_errors &tv) == -1 {
status.error_state = RmtError.rmt_error_socket_select_fail
return status
}
Here's the original V code, I forgot the error, but it's a problem with the arguments. I'm just not sure how to rewrite it, but I should be able to figure it out. I'll jump on Discord if I can't get past it.
I believe the C code is below.
Here's the original V code, I forgot the error, but it's a problem with the arguments. I'm just not sure how to rewrite it, but I should be able to figure it out. I'll jump on Discord if I can't get past it.
I believe the C code is below.
The text was updated successfully, but these errors were encountered: