control/controlclient: clarify a comment
This commit is contained in:
@ -182,7 +182,8 @@ func (c *Client) SetPaused(paused bool) {
|
|||||||
}
|
}
|
||||||
c.paused = paused
|
c.paused = paused
|
||||||
if paused {
|
if paused {
|
||||||
// Just cancel the map routine. The auth routine isn't expensive.
|
// Only cancel the map routine. (The auth routine isn't expensive
|
||||||
|
// so it's fine to keep it running.)
|
||||||
c.cancelMapLocked()
|
c.cancelMapLocked()
|
||||||
} else {
|
} else {
|
||||||
for _, ch := range c.unpauseWaiters {
|
for _, ch := range c.unpauseWaiters {
|
||||||
|
Reference in New Issue
Block a user