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:
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 ?
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