Android Question What is the maximum size of data that can be passed through a WebSocket?

Jmu5667

Well-Known Member
Licensed User
Longtime User
Remember that the data is sent as text. It is not optimized for large data transfer.

A better option will be to raise an event on the client and then let the client download the data with a regular HttpJob and a standard server handler.

The client limits are set to 128KB. It is possible to change it.

Hi Erel

How do I change it ?

Regards

John
 
Upvote 0
Top