Code review comment for lp:~chipaca/ubuntu-push/client-session-redialer-mash

Revision history for this message
Samuele Pedroni (pedronis) wrote :

ah, looking at make coverage-html output:

func (sess *ClientSession) AutoRedial(doneCh chan uint32) {
        // sess.retrier.Stop()
        sess.retrier = util.NewAutoRedialer(sess)
        go func() { doneCh <- sess.retrier.Redial() }()
}

seems not to be covered at all by tests in client/session

« Back to merge proposal