The protocol expects or 0 to not limit it.
WebsocketConnection.maxIncomingPayloadSize
ulong maxIncomingPayloadSize() @propertyGet maxIncomingPayloadSize property.
Returns
The maximum payload size for incoming packets.
void maxIncomingPayloadSize(ulong propval) @propertySet maxIncomingPayloadSize property.
Parameters
propval | The maximum payload size for incoming packets. The protocol expects or 0 to not limit it. |