Hi everyone.
I lately tried sub and pub using mqtt v5 and TLS in node red (via docker) with AWS IoT but it only works for pub, however, the sub was suddenly disconnected somehow. so I looked at the node-red docker logs and I found the message below.
"DISCONNECT:Subscription Id is not supported now"
Then I went back to try sub and pub using mqtt3.1.1 and TLS in node red with AWS IoT again and It works fine.
I also tried sub to my AWS IoT using python and It worked, so I think the problem might be something around node-red that still does not support mqtt5 sub with TLS, can anyone confirm about this?
I can not find any resources or the same questions as mine anywhere so I decided to make a question here If you have any experience or a workaround for AWS Iot and node-red using mqtt v5, I will be really grateful for your clarification.
My apologies for my newbie topic, I am quite new in this area, please understand.