Hi, I am working with mqtt client SL library and I faced with an error but I couldn't find any solution.
The problem is when I call mqtt client and following it I call mqtt publish it works fine and connection to broker stablished and I can received the published payload in the broker but when I call mqtt subscribe connection to broker is disconnected and I see this error :"Invalid Packet Bit Flags in first byte of Fixed Header"
Dear all,
Hi, I am working with mqtt client SL library and I faced with an error but I couldn't find any solution.
The problem is when I call mqtt client and following it I call mqtt publish it works fine and connection to broker stablished and I can received the published payload in the broker but when I call mqtt subscribe connection to broker is disconnected and I see this error :"Invalid Packet Bit Flags in first byte of Fixed Header"
here you can see my code:
I would appreciate it if you help me to find a solution.
Last edit: alien 2022-06-21
Probably I have the same problem, When I connect to broker and try subscribe to much topics then the client return error, did you solve your problem ?