wangha

Results 21 issues of wangha

Hi, good afternoon. I read the source code, and I find the lthread looks good. **BUT** Is there still something needs to be done before being applied? For example. In...

### Description When there is just one `- [ ] `(checkbox), I can type enter to delete it. But if there are two checkboxes, I can't delete the first checkbox...

### Describe the bug Msquic is blocked in the SetParam function when I try to re-establish a new connection with the server. I defined the function ```QuicConnectionCallback``` as a callback...

Area: Documentation
external
Area: API

**Is your feature request related to a problem? Please describe.** A tool to check configure files for bridge and others. **Describe the solution you'd like** For example. nanomq_cli test ./bridge.conf...

feature

When running the 32bit-main.asm, in my environment(nasm v2.13.02, qemu v2.11.1), it will print 'S' continuously. In my code, the only difference is the order of include. As follows. ''' %include...

On some platforms. The compiler may check the array-bounds and see this line as an error. ``` cc -Wall -Wextra -Werror -O2 -m32 -ffreestanding -fno-pic -c -o guest32.o guest.c guest.c:...

**Describe the bug** ``` ./nanomq_cli/nanomq_cli sub -t topic1 -V 5 connect_cb: mqtt-tcp://127.0.0.1:1883 connect result: 0 disconnected reason : 136 connect_cb: mqtt-tcp://127.0.0.1:1883 connect result: 0 ================================================================= ==35178==ERROR: AddressSanitizer: heap-use-after-free on address...

Investigation
security

**Describe the bug** Here is the part of the help information. ``` -i, --interval Interval of publishing message (ms) [default: 10] -i, --identifier The client identifier UTF-8 String (default randomly...