You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I found this loc is not check len of
msg.Data
which causingpanic: runtime error: index out of range [0] with length 0
when receiving message from eventhubazure-event-hubs-go/event.go
Line 217 in 73b7c0f
Expected Behavior
It can run properly
Actual Behavior
Environment
The text was updated successfully, but these errors were encountered: