Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 311cd0c

Browse files
committed
Fix DialICE timeout arg
1 parent 7b906cf commit 311cd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/tunnel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (c *tunnneler) start(ctx context.Context) error {
111111
CredentialType: webrtc.ICECredentialTypePassword,
112112
}
113113

114-
err := wsnet.DialICE(server, 0)
114+
err := wsnet.DialICE(server, nil)
115115
if errors.Is(err, wsnet.ErrInvalidCredentials) {
116116
return xerrors.Errorf("failed to authenticate your user for this workspace")
117117
}

0 commit comments

Comments
 (0)