wangha
wangha
**Describe the bug** * The first error is that the file openssl/pem.h was not found when building with ninja. * The second error is that do not let cmake to...
**Describe the bug** Hconf reads an incorrect time from the config file. ``` --- a/etc/nanomq_example.conf +++ b/etc/nanomq_example.conf @@ -732,15 +732,15 @@ bridges.mqtt { ## Initial RTT: Initial RTT estimate. (ms)...
**Describe the bug** I try to receive msg in a nonblock way. and add NNG_FLAG_NONBLOCK flag when calling nng_recvmsg as follows. ``` nng_recvmsg(sock, &msg, NNG_FLAG_NONBLOCK) ``` But it is still...
## Required information **Operating system:** Fedora38 **Compiler version:** GCC 13.2.1 **Eclipse iceoryx version:** commit a0d387618cc820eb19203f0e7e96d1de31851251. **Observed result or behaviour:** iox-roudi crashed ``` 2024-04-15 05:23:18.744 [Warn ]: Application 'Hello-Iceoryx' is still...
Good afternoon. When attempting to test the latency of an MQTT bridge using emqtt bench, a crash occurred. I am aware that I may have entered a wrong command, but...
* Add extra ctx for iceoryx to receive data from iceoryx client. * Add submqtt and pubmqtt to iceoryx client for communicating with nanomq broker. * Support send msg to...
**Describe the bug** ``` ./nanomq_cli/nanomq_cli sub -h 127.0.0.1 -p 8883 -t "topic3" --cafile ../etc/certs/cacert.pem -s connect_cb: tls+mqtt-tcp://127.0.0.1:8883 connect result: 0 ================================================================= ==2413209==ERROR: AddressSanitizer: heap-use-after-free on address 0x60f000017a8c at pc 0x000000481e84...
**Describe the bug** ``` ./nanomq_cli/nanomq_cli sub --url 'mqtt-quic://a.b.c:14567' -t 'fwd/topic1' --quic 1 ↵ ✹ init_dialer_tls: Not supported ================================================================= ==3630704==ERROR: LeakSanitizer: detected memory leaks Direct leak of 33 byte(s) in 1...
**Describe the bug** ``` Connecting to server ... connect_cb: connected! AddressSanitizer:DEADLYSIGNAL ================================================================= ==222475==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000060 (pc 0x7faaa4cb1d54 bp 0x7ffc95ec4fa0 sp 0x7ffc95ec4f98 T0) ==222475==The signal is caused...
**Is your feature request related to a problem? Please describe.** I create a MQTT msg by calling nng_mqtt_msg_alloc. When I want to free it. No corresponding API was found. Should...