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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: