Pedro Lemos
Pedro Lemos
This was fixed by using mqtt with web sockets
It might be the Transport you are using, your device might be blocking it, try to change it
Try setting your client like this `client, err := iotservice.NewFromConnectionString(iotHubConnectionString, iotservice.WithHTTPClient(http.DefaultClient)) ` With this you are setting a different way to communicate with iothub. I'm not sure but that might...
I think your issue is because you are using iotservice to send a message. This should be turned flow 1- Create a Device in Iothub using iotservice lib 2- Create...
You're right. I read wrong First things first, you can send a message from the iothub to the device?