[feature-request][grpc] Make the daemon.port
optional
#1260
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
topic: gRPC
Related to the gRPC interface
type: enhancement
Proposed improvement
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: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
Downstream request: arduino/arduino-ide#201
Thank you!
The text was updated successfully, but these errors were encountered: