Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27f6efa

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 parentcb9991a commit27f6efa

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(chanerror,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
gor.refresh()
620620
returnr
621621
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp