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
Following some review in the liana implementation it was brought to my attention it might be useful to make a sync version of fetch_ohttp_keys() publicly available so we don't have to manually re-implement it where async would be a burden.
Following some review in the liana implementation it was brought to my attention it might be useful to make a sync version of
fetch_ohttp_keys()publicly available so we don't have to manually re-implement it where async would be a burden.