fix(platform-server): Warn user when transfer state happens more than…#58935
fix(platform-server): Warn user when transfer state happens more than…#58935kirjs wants to merge 1 commit intoangular:mainfrom
Conversation
c704f43 to
29e5d48
Compare
|
@kirjs could you please update the commit message to include the following line at the end (separated by a new line)? This would automatically close the mentioned issue once this PR is merged. |
29e5d48 to
f3a5cd6
Compare
1448c6c to
ba291c7
Compare
AndrewKushnir
left a comment
There was a problem hiding this comment.
LGTM, just a couple minor comments.
|
@kirjs could you please also merge all commits into one? The other 2 commits look mostly as addressing feedback vs independent commits that worth having in commit history. |
… once This can happen if server providers are provided more than twice. We detect it on the state transfer phase by flagging app id as transferred in a set. Resolves angular#58531
ba291c7 to
53d3ff7
Compare
|
This PR was merged into the repository by commit 300b141. The changes were merged into the following branches: main, 19.0.x |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
… once (angular#58935) This can happen if server providers are provided more than twice. We detect it on the state transfer phase by flagging app id as transferred in a set. Resolves angular#58531 PR Close angular#58935
… once
This can happen if server providers are provided more than twice. We detect it on the state transfer phase by flagging app id as transferred in a set.