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
Differential D11504
[lib] Allow keyserverAuth to update currentAsOf ashoat on Mar 31 2024, 7:49 PM. Authored by Tags None Referenced Files
Subscribers None
Details
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 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
|