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
Given that you are supporting a single authentication protocol only, you might want to consider using Version::V1Lazy instead of V1, potentially saving you one round trip. See V1Lazy docs for details.
Unsolicited feedback. Feel free to ignore.
Given that you are supporting a single authentication protocol only, you might want to consider using
Version::V1Lazyinstead ofV1, potentially saving you one round trip. SeeV1Lazydocs for details.rendezvous-server/src/transport.rs
Lines 11 to 39 in b87efa3