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

Support for Websocket Data Synchronization in Client SDK #9

Open
wss-alubic opened this issue Aug 13, 2024 · 3 comments
Open

Support for Websocket Data Synchronization in Client SDK #9

wss-alubic opened this issue Aug 13, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@wss-alubic
Copy link

Are there any plans to port the WebSocketDataSynchronizer to the Client SDK?

@deleteLater
Copy link
Contributor

Not yet, is this a critical issue for you? I thought polling was enough in most cases.

@wss-alubic
Copy link
Author

wss-alubic commented Aug 13, 2024

We've got a Blazor WASM app that currently calls our .NET API to resolve feature flags. We decided not to add the FeatBit .NET Server SDK to it because the Client SDK was coming.

Our plans are to hold off until the Client SDK can support websockets. We're concerned that polling across all clients would cause too much unnecessary network traffic.

I wouldn't say it's critical because our current solution works just fine.

@deleteLater
Copy link
Contributor

Got it, make sense for me. What do you think? @cosmic-flood

@deleteLater deleteLater moved this to Feedback in FeatBit Aug 13, 2024
@deleteLater deleteLater added the enhancement New feature or request label Aug 13, 2024
@deleteLater deleteLater self-assigned this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Feedback
Development

No branches or pull requests

2 participants