What is the max byte for streaming

How many bytes can be send at each time ?

The server supports a maximum transfer of about 4KB per message, but the current client libraries may limit the bytes transmitted (there are some internal buffers that you may check in the source code), as the devices have limited resources in terms of RAM.