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

Fix a bug - replace platform_init with platform_deinit #65

Open mehrdadab opened 2 years ago

mehrdadab commented 2 years ago

I found out there is a bug in send_batch sample: At the end of SendBatch_Sample function, instead of platform_deinit, platform_init has been called which is incorrect. This PR will fix this bug.