Skip to content

Commit 27f6efa

Browse files
spikecurtisjaaydenh
authored andcommitted
chore: add resume token controller (#15346)
Implements a controller for the Tailnet API resume token RPC, by refactoring from `workspacesdk`. chore re: #14729
1 parent cb9991a commit 27f6efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailnet/controllers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ func newBasicResumeTokenRefresher(
615615
errCh: make(chan error, 1),
616616
}
617617
r.ctx, r.cancel = context.WithCancel(context.Background())
618-
r.timer = clock.AfterFunc(never, r.refresh, "basicResumeTokenRefresher")
618+
r.timer = clock.AfterFunc(never, r.refresh)
619619
go r.refresh()
620620
return r
621621
}

0 commit comments

Comments
 (0)