Page MenuHomePhabricator

[lib] Allow keyserverAuth to update currentAsOf
ClosedPublic

Authored by ashoat on Mar 31 2024, 7:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 4:32 PM
Unknown Object (File)
Apr 16 2024, 9:05 AM
Unknown Object (File)
Apr 11 2024, 5:48 PM
Unknown Object (File)
Apr 8 2024, 5:39 PM
Unknown Object (File)
Apr 8 2024, 9:06 AM
Unknown Object (File)
Apr 7 2024, 6:18 PM
Unknown Object (File)
Apr 6 2024, 9:33 AM
Unknown Object (File)
Apr 5 2024, 10:04 AM
Subscribers
None

Details

Summary

Noticed that I was getting FULL_STATE_SYNC after a successful session recovery. It was because the client wasn't updating currentAsOf on keyserverAuth, and then when the socket connected it would go into this condition.

Depends on D11503

Test Plan

Confirm that we get an INCREMENTAL_STATE_SYNC instead of a FULL_STATE_SYNC via web client, and confirm via console.log that the above codepath was not activated on keyserver

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable