-
-
Couldn't load subscription status.
- Fork 431
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftopic: gRPCRelated to the gRPC interfaceRelated to the gRPC interfacetype: enhancementProposed improvementProposed improvement
Description
It would be great if the gRPC server for the CLI daemon could start on any available port if the daemon.port is not defined in the CLI configuration. So when the following is not specified:
daemon:
port: "50051"The gRPC server would start on a random port, the new IDE could read the port from the stdout, and could connect to it.
arduino-cli/cli/daemon/daemon.go
Line 124 in a4ee670
| logrus.Infof("Daemon is now listening on 127.0.0.1:%s...", port) |
Downstream request: arduino/arduino-ide#201
Thank you!
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: codeRelated to content of the project itselfRelated to content of the project itselftopic: gRPCRelated to the gRPC interfaceRelated to the gRPC interfacetype: enhancementProposed improvementProposed improvement