-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
No Protocols Passed to window.WebSocket
#66
Comments
Thanks, @abdalrahmanSrour, sounds good. Please provide a PR including tests and I’ll be more than happy to take a look and include it! |
Any updates on this one, @abdalrahmanSrour? |
@abdalrahmanSrour - ping! |
Pong! Sorry for not replying, actually i moved to implement new WS client. |
@abdalrahmanSrour: Using another lib? Which one? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello and thanks for this great JSON-RPC 2.0 implementation
Anyway i was looking around your implementation and found that in Client APIs the "protocols" is not being passed to "window.WebSocket".
Here at line 26
rpc-websockets/src/lib/client/websocket.browser.ts
Lines 22 to 27 in ea4a76b
because protocols is always no passed from here at line 93
rpc-websockets/src/lib/client/websocket.browser.ts
Lines 91 to 94 in ea4a76b
I think we can add the protocols as new argument.
The text was updated successfully, but these errors were encountered: