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
We use base64 to encode the payload as a pure string and the Unity client supports sending a pure string, but here it always JSON.stringify, so it cannot send a pure string.
The socket.rpc supports a pure string. Could we add an option to skip the JSON.stringify and send a pure string here?