Azure / azure-event-hubs-go

Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
MIT License
90 stars 69 forks source link

Unblock receiver goroutine on shutdown #205

Closed princjef closed 3 years ago

princjef commented 3 years ago

Fixes #204 by wrapping message send in a select statement which foregoes sending the message to the handler when a shutdown is initiated.

Fix or Enhancement?

fix

Environment