Skip to content

Non-blocking auto-renew

Luke Champine requested to merge renter-update into master

Previously, the contractor would execute blocking network calls during ProcessConsensusChange. Those calls have been moved to a goroutine, and a sync.TryLock ensures that only one goroutine will run at a time.

Merge request reports