You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Are there any plans to port the WebSocketDataSynchronizer to the Client SDK?
The text was updated successfully, but these errors were encountered: