t33x
t33x
I ran into this problem. Let's look at an example with 2 options: ``` Usage: mycmdapp mycmd -h, --help Print this usage information. -c, --important-param my important option ``` I...
I think without this feature, the objectbox cannot be used for any serious work.
The log: ``` Mar 29 10:15:50 mosquitto: 2022-03-29T10:15:50: mosquitto version 2.0.14 starting Mar 29 10:15:50 mosquitto: 2022-03-29T10:15:50: Config loaded from /etc/mosquitto/mosquitto.conf. Mar 29 10:15:50 mosquitto: 2022-03-29T10:15:50: Opening ipv4 listen socket...
yeah, that did the trick... now I only have two listeners. Thank you! ``` per_listener_settings false allow_zero_length_clientid false max_inflight_messages 1 max_queued_messages 1000 max_packet_size 135168 max_qos 2 memory_limit 67108864 persistent_client_expiration 14d...