-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
[jQuery] - streaming, junk issue #562
Comments
Having the similar issue. It is reproducible when connection is done using remote host with high ping delay. Sometimes during initial handshake ' Welcome to the Atmosphere Framework' is not delivered fully and onMessage callback is being invoked with wrong text. |
@werdex - I solved it this way (incase you want to use my solution): Just add a junkFull:false to the _response object and add this fix
|
@poi212003 Thanks! It started to work fine in chrome. |
it looks like when the junk will be broadcasted in chunks it will break the logic of the junk remove
The text was updated successfully, but these errors were encountered: