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
when i trying to send [0] buffer i get this strange error
thread 'main' panicked at src/main.rs:48:61:
called Result::unwrap() on an Err value: MalformedError(Utf8Error { valid_up_to: 37, error_len: Some(1) })
there 37 bytes?
The text was updated successfully, but these errors were encountered:
when i trying to send [0] buffer i get this strange error
thread 'main' panicked at src/main.rs:48:61:
called
Result::unwrap()
on anErr
value: MalformedError(Utf8Error { valid_up_to: 37, error_len: Some(1) })there 37 bytes?
The text was updated successfully, but these errors were encountered: