Ting Zhu

Results 17 comments of Ting Zhu

Hi Fiebbo, this is an issue in Win32 driver, we'll fix it in the future. For now, you can set a lower priority to win32_driver_thread so that your threads can...

Hi Kartben, thank you for finding this! We are going to review this internally and it should be fixed in the next GUIX release.

Please make sure the property "Needle Xcor" and "Needle Ycor" are set properly. "Needle Xcor" is the distance from the left of the needle image to the center of rotation...

GUIX supports integer numbers only for the Needle Xcor and Ycor. The specified Xcor and Ycor are not exactly the center of the circle(half pixel error). That may cause drifting...

If we are going to add a new API such as get_ack_packet(&Publish) -> Ack, we could consider adding additional parameters, such as PubAckReason and PubAckProperties, and then modify the ack...

Closing the issue. If further issues arise, feel free to reopen it.

Thank you for your response. We would like to investigate the feature further and explore the possibility of contributing to its development.

Hi @de-sh, it's great to see progress being made on Auth packet support. I'd love to contribute to the design and implementation of the user interface. While testing enhanced authentication...

I wrote some experimental code to connect with the EMQX broker using enhanced authentication. However, the broker responded with a ConAck indicating "Not Authorized." I have already filed an issue...

Hi @swanandx @de-sh , I have created an initial version of the user interface design for enhanced authentication. You can find it in the attached document: [RumqttcEnhancedAuhtenticationInterfaceDesign.md](https://github.com/bytebeamio/rumqtt/files/15105429/RumqttcEnhancedAuhtenticationInterfaceDesign.md) Aside from user...