PremSahooESL
PremSahooESL
Application could not get started due to wrong method signture being used from eventhub package. I am trying to use **iotservice** client on my application. I end up gettng below...
Go Version: **go 1.19** **ERROR message parse error: invalid semicolon separator in query** ``` c, err := iotdevice.NewFromConnectionString( iotmqtt.New(), "xxxxxxxxxxxxxxxxxxxx", ) if err != nil { log.Fatal(err) } // connect...
`Attempt to call undefined import method with arguments ("tmpdir") via package "File::Spec" (Perhaps you forgot to load the package?) at pgbadger line 46.`
**Eventhub Module**: github.com/Azure/azure-event-hubs-go/v3 **v3.6.2** Is there a way to print Eventhub PartitionId while using '**eph**' (Eventhub Processor Host) 