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
Am testing transmission of BISON encoded data across the wire over websocket (Sock.js). The server side faces error attempting to decode the object encoded by the client.
It appears the server-side Node.js implementation in npm is not the same as the client-side browser version; the code looks very different.
The text was updated successfully, but these errors were encountered:
Am testing transmission of BISON encoded data across the wire over websocket (Sock.js). The server side faces error attempting to decode the object encoded by the client.
It appears the server-side Node.js implementation in npm is not the same as the client-side browser version; the code looks very different.
The text was updated successfully, but these errors were encountered: