Azure / azure-event-hubs-c

C client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
Other
7 stars 18 forks source link

receiver not working #26

Open Adaptrum-Planetad opened 6 years ago

Adaptrum-Planetad commented 6 years ago

i have tried this sample in Ubuntu. https://github.com/Azure/azure-event-hubs-c/blob/master/docs/desktop_ubuntu_setup.md Sender working successfully. but receiver command not working

root@ala:~# ~/cmake/eventhub_client/samples/receive/receive
Info: Event Hubs Client SDK for C, version 0.10.0
Error: Time:Wed Apr 11 16:06:22 2018 File:/home/ala/azure-event-hubs/c/eventhub_client/src/eventhubreceiver_ll.c Func:HandleSASTokenAuth Line:277 EventHubAuthCBS Authentication Status Timed Out.

Error: Time:Wed Apr 11 16:06:22 2018 File:/home/ala/azure-event-hubs/c/eventhub_client/src/eventhubreceiver_ll.c Func:EventHubReceiver_LL_DoWork Line:1831 Authorization Timeout Observed

-> [CLOSE]* {}
ERROR: Unexpected Error Callback Triggered! 6
dcristoloveanu commented 6 years ago

Hi @shreenathv,

Sorry for the delay on our side, let me try the latest sample for the receiver and come back to you. There were no significant changes to the receiver lately, but I want to double check that everything is fine before digging further.

Thanks, /Dan