Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bff - Split StateProviderPollingInterval into separate options for WASM and Server #1778

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

Erwinvandervalk
Copy link
Contributor

@Erwinvandervalk Erwinvandervalk commented Feb 7, 2025

What issue does this PR address?
The setting StateProviderPollingInterval and StateProviderPollingDelay have been split into Server and WebAssembly properties.

fixes #1705

Breaking change

If you used BffBlazorOptions.StateProviderPollingInterval or BffBlazorOptions.StateProviderPollingDelay to configure different polling settings, you should now consider if this same setting applies to either Server, WASM or both. Set the appropriate properties accordingly.

Important: Any code or remarks in your Pull Request are under the following terms:

If You provide us with any comments, bug reports, feedback, enhancements, or modifications proposed or suggested by You for the Software, such Feedback is provided on a non-confidential basis (notwithstanding any notice to the contrary You may include in any accompanying communication), and Licensor shall have the right to use such Feedback at its discretion, including, but not limited to the incorporation of such suggested changes into the Software. You hereby grant Licensor a perpetual, irrevocable, transferable, sublicensable, nonexclusive license under all rights necessary to incorporate and use your Feedback for any purpose, including to make and sell any products and services.

(see our license, section 7)

@Erwinvandervalk Erwinvandervalk added impact/breaking The fix or change will be a breaking one area/bff Related to all BFF labels Feb 7, 2025
@Erwinvandervalk Erwinvandervalk self-assigned this Feb 7, 2025
@Erwinvandervalk Erwinvandervalk added this to the bff-3.0.0 milestone Feb 7, 2025
@Erwinvandervalk Erwinvandervalk force-pushed the ev/bff/separate-settings-for-polling branch from 06495c4 to 876683d Compare February 7, 2025 15:51
@Erwinvandervalk Erwinvandervalk marked this pull request as ready for review February 10, 2025 06:52
@Erwinvandervalk Erwinvandervalk force-pushed the ev/bff/separate-settings-for-polling branch from 80a77f5 to 106b8c8 Compare February 11, 2025 08:41
@Erwinvandervalk Erwinvandervalk merged commit f2e3734 into main Feb 11, 2025
3 checks passed
@Erwinvandervalk Erwinvandervalk deleted the ev/bff/separate-settings-for-polling branch February 11, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bff Related to all BFF impact/breaking The fix or change will be a breaking one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split StateProviderPollingInterval into separate options for WASM and Server
2 participants