I am trying to make X-CUBE-GCP working but till now there is no any sign of success. The major issues I am facing is with mqtt connection not being established.
As shown above, the error is coming after jwt is created successfully. I checked the default mqtt hostname is not working with my sample python code.I changed the hostname to mqtt.googleapis.com and port number but still facing same issue.As suggeste...