Skip to content

Fix session manager bug#581

Open
zhiyuanliang-ms wants to merge 2 commits intomainfrom
zhiyuanliang/fix-session-manager
Open

Fix session manager bug#581
zhiyuanliang-ms wants to merge 2 commits intomainfrom
zhiyuanliang/fix-session-manager

Conversation

@zhiyuanliang-ms
Copy link
Member

Why this PR?

#580

break;
}
}
}
Copy link

@apetukhov apetukhov Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also think that if there is no value in the session manager, then it should be written to what the feature manager returns, i.e. the default value.

foreach (ISessionManager sessionManager in _sessionManagers)
{
await sessionManager.SetAsync(feature, enabled).ConfigureAwait(false);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants