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
However, coreos/locksmith@8b0a62e doesn't seem like a correct fix for it, as you can avoid getting nil signal completely, if you wait for receiver loop to shut down, e.g. by waiting for the final nil value from given ch on the process spawning ReceiveStatuses() goroutine.
Actually, this does not affect agent, as it always drains the receive channel, but it's important to notice when consuming pkg/updateengine directly, so we should have unit tests for this.
Originally reported here: coreos/bugs#1987
However, coreos/locksmith@8b0a62e doesn't seem like a correct fix for it, as you can avoid getting nil signal completely, if you wait for receiver loop to shut down, e.g. by waiting for the final nil value from given
ch
on the process spawningReceiveStatuses()
goroutine.Also related: godbus/dbus#271
The text was updated successfully, but these errors were encountered: