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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// for non-batching: always nil using genericSender
iferr:=sender.processBatch(); err!=nil {
continue// if we're here assume an error occured and the batch hasn't finished sending, in this case s.conn is probably nil and we have a stat to retry. cut the iteration to the top
continue// if we're here assume an error occurred and the batch hasn't finished sending, in this case s.conn is probably nil and we have a stat to retry. cut the iteration to the top