Pedro Lemos

Results 6 comments of Pedro Lemos

This was fixed by using mqtt with web sockets

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...