Comment 18 for bug 1495542

Revision history for this message
Andrew Wilkins (axwalk) wrote :

Confirmed that this is what's happening, and previously we used != instead of >.
    https://github.com/juju/juju/blob/1.25/worker/uniter/relation/livesource.go#L223
so failures were possible before, but rarer.