PremSahooESL
PremSahooESL
Connection has been established. It also gets triggered upon events arrival. But with the below error **ERROR message parse error: invalid semicolon separator in query** Below is the sample connection...
@amenzhinsky Do you have any concerns on above connection string format? If so then how come the client could get authorized with above connection string format. But could not parse...
Thanks for the response. Sure let me check..
**Below is the Topic Name What I received from: This could not be parsed by parseQuery() function on url.go** `$.to=/devices/PREM_GO_TEST/messages/deviceBound&$.ct=text/plain; charset=UTF-8&$.ce=`
Is it something different or unexpected which comes from C2D by IotHub?
**Below code throws the error:** `parseCloudToDeviceTopic() -> ParseQuery() -> parseQuery()` ``` func parseCloudToDeviceTopic(s string) (map[string]string, error) { s, err := url.QueryUnescape(s) if err != nil { return nil, err }...
**I could see below line is missing from above code:** https://github.com/amenzhinsky/iothub/blob/master/iotdevice/transport/mqtt/mqtt.go#L280
it works now. Thanks.
I will keep posting here if I face other issues. Infact this is the only Github repo for Go Lang SDK for Azure IoT Hub. Hope it supports all basic...
i am just trying to send a C-2-D message. I am trying to use below imports statement. But my application could not start up. It keeps throwing beolow error. `"github.com/amenzhinsky/iothub/iotservice"`...