Hi,
I am trying to connect azure event hub using Eventhub_sample/send using sastoken.
The api used is EventHubClient_CreateFromSASToken(sastoken);
In version 0.12.0, This is crashing in uamqp library in connection->do_work().
Version 0.10.0, 0.11.0, I am getting sas token expiry error. Logs attached.
sastoken_error.txt
The same sastoken works fine for me in uamqp library.
We want to move to azure-event-hub because it handles network glitches and supports batch processing.
Please have a look at this issue asap and let me know if you have any queries.