Skip to content

[feature-request][grpc] Make the daemon.port optional #1260

Closed
@kittaakos

Description

@kittaakos

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.

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions