buicongtan1997

Results 2 issues of buicongtan1997

### Fix or Enhancement? Fix issue https://github.com/Azure/azure-event-hubs-go/issues/250 - [ ] All tests passed - [ ] Add change to `changelog.md` ### Environment - OS: Write here - Go version: Write...

I found this loc is not check len of `msg.Data` which causing `panic: runtime error: index out of range [0] with length 0` when receiving message from eventhub https://github.com/Azure/azure-event-hubs-go/blob/73b7c0f7b25625f14c9a877ecb73230eba886107/event.go#L217 ###...