We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c, _ := iotdevice.NewFromX509(iotmqtt.New(), device_id, hostname, cert) if err := client.Connect(context.Background()); err != nil { fmt.Println("Error connecting to iothub: ", err) return }
using this git get a message of not Authorized with go . I need to connect with x509 certificate and send messages. Any help appreciated. Thank you
The text was updated successfully, but these errors were encountered:
This was fixed by using mqtt with web sockets
Sorry, something went wrong.
No branches or pull requests
using this git
get a message of not Authorized with go . I need to connect with x509 certificate and send messages. Any help appreciated. Thank you
The text was updated successfully, but these errors were encountered: