-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add blazor + unity webGL support to the app #1211
Comments
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3342 |
Seems https://github.com/endel/NativeWebSocket and https://github.com/psygames/UnityWebSocket supports webGL |
Seems we can inject either of those libraries using
|
@sacOO7 is this on the roadmap please? I'd love to use Ably with unity webGL and with Blazor! Thx |
@ApeOnFire not yet on the roadmap, but you should be able to support it by passing transportFactory https://github.com/endel/NativeWebSocket instance as per https://github.com/ably/ably-dotnet/blob/main/src/IO.Ably.Tests.Shared/Infrastructure/TestTransportFactory.cs |
Also, you can raise ticket for the same on https://ably.com/support |
That's brilliant, thanks @sacOO7 👍 |
@ApeOnFire if you can get this working, if possible, it will be great if you can raise a PR to add support. |
@sacOO7 I'm not working on the project currently but sure - I'll happily to that when I do. I'm hoping it will go ahead before the end of the year. |
System.Net
namespace doesn't allow code to be compiled and run on the browser as a sandbox.┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: