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

Compile a cross-platform websockets library #39

Closed
GabrielePicco opened this issue Jan 8, 2023 · 0 comments · Fixed by #43
Closed

Compile a cross-platform websockets library #39

GabrielePicco opened this issue Jan 8, 2023 · 0 comments · Fixed by #43
Assignees
Milestone

Comments

@GabrielePicco
Copy link
Collaborator

Describe the solution you'd like
For SMS, Account/Transaction subscription, fixing the Streaming RPC client we need a websocket that works cross-platform.

  • Built a single assembly (e.g.: websocket-sharp-unity.dll) that contains an interface for use and hide cross-platform complexity.

Describe alternatives you've considered
Combination of websocket-sharp for NoWebGL and NativeWebSocket for WebGL seems to work on all the platform.

See #32 for additional context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant