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

fix: Change websocket lib for Blazor WASM to use realtime #14

Merged
merged 1 commit into from
Feb 19, 2022

Conversation

d11-jwaring
Copy link

Changes the WebSocketSharp library for https://github.com/Marfusios/websocket-client. This is so the real-time package can be used in Blazor WASM apps.

The previous library used a library (System.Security.Cryptography.Csp) which is no longer supported by Blazor in the browser:
https://docs.microsoft.com/en-us/dotnet/core/compatibility/cryptography/5.0/cryptography-apis-not-supported-on-blazor-webassembly

@acupofjose acupofjose merged commit ba861d8 into supabase-community:master Feb 19, 2022
@acupofjose
Copy link
Contributor

@d11-jwaring thanks so much for your work on this! Tremendous job!

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.

3 participants