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

onReady() not invoked when using supportChunking(false) #157

Open
xinji opened this issue Jun 21, 2023 · 1 comment
Open

onReady() not invoked when using supportChunking(false) #157

xinji opened this issue Jun 21, 2023 · 1 comment

Comments

@xinji
Copy link

xinji commented Jun 21, 2023

hi,
We are trying to tune Atmosphere/nettoshpere, but after we have below, our app does not receive onReady() event:

Config.Builder configBuilder = new Config.Builder();
...
configBuilder.supportChunking(false).build();

The API document says:

This is strongly recommended to turn chunking to false if you are using websocket to get better performance

Can somebody please explain the reason behind this setting and what could have caused the problem? Any help would be appreciated.

Regards,
Xinji

Server:

  • Red Hat 7.7
  • jdk: 8
  • atmosphere: 2.7.7
  • nettosphere: 3.2.7

client:

  • windows 10
  • browser: chrome 114.0.5735.134 (Official Build) (64-bit)
@xinji
Copy link
Author

xinji commented Jun 22, 2023

Update: the browser is connecting through F5 load balancer. Seems the TCP connection between nettoshpere and F5 cannot be established after setting supportChunking(false).

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

No branches or pull requests

1 participant