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

Initial coordination dial in Coder Desktop should fail fast #18599

Assignees
ethanndickson
Labels
desktopIssues relating to Coder Desktop
@ethanndickson

Description

@ethanndickson

Currently, the first time Coder Desktop dials/api/v2/tailnet is within the mainController.Run loop:

tailnetClients,err:=c.Dialer.Dial(c.ctx,c.ResumeTokenCtrl)

This means the tunnel sends theStartResponse withsuccess set totrue without knowing whether or not it was able to dial the coordination endpoint. This results in a poor UX if we're not able to dial it initially; Coder Connect appears functional but is not - the only sign something went wrong is theNo workspaces message, and N error logs, for each retry attempt.

Instead, we should fail fast, and send aStartResponse withsuccess set tofalse if we fail to dial right after starting.

Metadata

Metadata

Assignees

Labels

desktopIssues relating to Coder Desktop

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp