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
Once we cut a webhook off, the long running goroutine dispatcher() exits. Until this outbound sender goes away and we make a new one for the webhook, they'll never get another message from us.
Once we cut a webhook off, the long running goroutine dispatcher() exits. Until this outbound sender goes away and we make a new one for the webhook, they'll never get another message from us.
caduceus/outboundSender.go
Line 487 in b887423
We shouldn't break here; instead there should be a
continue
.The text was updated successfully, but these errors were encountered: