-
Notifications
You must be signed in to change notification settings - Fork 10.1k
data strings changes over socket #3126
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
Comments
This happens only when the socket hasn't upgraded (first use) over xhr, |
There was an issue regarding utf8 parsing in version 1.x, could you please try with version 2.x ? Related: |
tried it with 2.0.4, still happens...
server side
|
Yeah that's seems to be working. Thanks! |
For future readers: I think that's because the version of the client and the server did not match (v1 and v2 were indeed incompatible). |
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
Current behaviour
when emitting an object as data and within it using a string of
≥
(or the unicode\u2265
) it turns it to the string lettere
and≤
trurns tod
Steps to reproduce (if the current behaviour is a bug)
client side
server side
Note: the best way to get a quick answer is to provide a failing test case, by forking the following fiddle for example.
Expected behaviour
that the data will stay the same consistently
Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
The text was updated successfully, but these errors were encountered: