Skip to content

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

@xinji

Description

@xinji

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions