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 took a shortcut implementing the attestation protocol and used read_exact. This function is not cancel safe. Probably worth the effort to just use the cancel safe read function and do the extra work to handle io::ErrorKind::Interrupted.
i took a shortcut implementing the attestation protocol and used read_exact. This function is not cancel safe. Probably worth the effort to just use the cancel safe read function and do the extra work to handle
io::ErrorKind::Interrupted.