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
This is just to keep track of a known issue that will become no-issue after GroupStateStorage is removed in 1.x:
Calling group.commit_builder()?.add_resumption_psk_for_group(current_epoch, another_group_id) will cause an error "PSK not found" because we only search for resumption PSKs in past epochs, not the current group state.
The text was updated successfully, but these errors were encountered:
This is just to keep track of a known issue that will become no-issue after GroupStateStorage is removed in 1.x:
Calling
group.commit_builder()?.add_resumption_psk_for_group(current_epoch, another_group_id)
will cause an error "PSK not found" because we only search for resumption PSKs in past epochs, not the current group state.The text was updated successfully, but these errors were encountered: