Good morning to everyone,
in this post by @Erel we can see how we can set the max size of a payload in mqttbroker:
How can we set something similar for handling max clients connections? F.e. I tried it and it can handle from 979 to 995 connections. Can we increase this?
in this post by @Erel we can see how we can set the max size of a payload in mqttbroker:
MQTT: Unknow packet - limitation on messagesize ?
I have my own MqttBroker running (v2 in B4J). broker.Initialize("", 51041) 'first parameter is the event name. It is currently not used. broker.DebugLog = True broker.Start StartMessageLoop 'Non-UI app When I send a message like this one: Type MQTTFilePartMessage (PartNumber As...
www.b4x.com
How can we set something similar for handling max clients connections? F.e. I tried it and it can handle from 979 to 995 connections. Can we increase this?