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

Update azure-c-shared-utility of tag v0.11 #52

Closed ricardogreis closed 5 years ago

ricardogreis commented 5 years ago

Hello, I am recently added lib version 0.11.0 at our server and after some tests everything works fine. In production the server started crash with the stack:

000000014019540B (Archpelago): (): xio_create 000000014019883B (Archpelago): (): tlsio_schannel_create 000000014019540B (Archpelago): (): xio_create 000000014018000B (Archpelago): (): create_batch_message 000000014017FE0E (Archpelago): (): create_batch_message 000000014017DE94 (Archpelago): (): EventHubClient_LL_DoWork 000000014017D29A (Archpelago): (): EventHub_DestroyUserContext 00000000774A59CD (kernel32): (): BaseThreadInitThunk

This bug is already fixed at commit 52ad285960d7500118c0f4765772618b464cb91c [Fixing a double destroy on xio (#266)] in azure-c-shared-utility. I already updated my server, fixing the crash!

Is it possible update the reference of azure-c-shared-utility of tag v0.11 to that commit ?

Thanks

dcristoloveanu commented 5 years ago

A new tag (0.12.0) was created with the updated dependencies and any changes prompted by that in the tests.

Hope this is what you need.

/Dan