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
Currently, websocket transports is referencing a global WebSocket constructor, which works on browser. But can we add isomorphic-ws and enable usage in node side?
The text was updated successfully, but these errors were encountered:
I think with #204 it looks like we'll want to be moving away from supporting Node (not an official decision!), so I don't see us making this change anytime soon. There is an official implementation of gRPC for Node already.
Currently, websocket transports is referencing a global WebSocket constructor, which works on browser. But can we add isomorphic-ws and enable usage in node side?
The text was updated successfully, but these errors were encountered: