Skip to content
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

IE8 fails to receive initial streaming data if data is small #1019

Closed
ghost opened this issue Apr 11, 2013 · 4 comments
Closed

IE8 fails to receive initial streaming data if data is small #1019

ghost opened this issue Apr 11, 2013 · 4 comments

Comments

@ghost
Copy link

ghost commented Apr 11, 2013

The default padding used by Atmosphere seems to be too short for IE8 to be reliable in all cases. If you push a small initial message it will never reach the browser - if the inintial message is large everything works as expected. The network capture feature of IE8 shows that most of the initial padding is received but not all - not sure if this can be trusted. Increasing the initial padding to more than 4KB seems to help.

@jfarcand
Copy link
Member

Hum...I'm unable to reproduce your issue. Can you try with the jquery-pubsub and let me know? Which version are you using?

@Artur-
Copy link
Contributor

Artur- commented Apr 17, 2013

I can reproduce this using IE10 in IE8 mode with 1.0.12/jquery.atomsphere.js also (earlier test what with portal version from 1.1.0.RC1)

@jfarcand
Copy link
Member

jfarcand commented May 6, 2013

I find this change a little bit dangerous right now, but the workaround is to add an AtmosphereInterceptor that add the padding like the AndroidAtmosphereInterceptor is doing.

@jfarcand
Copy link
Member

jfarcand commented May 9, 2013

Fixed by #1075

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants