We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94368e commit c969114Copy full SHA for c969114
arduino-core/src/cc/arduino/cli/ArduinoCore.java
@@ -80,8 +80,8 @@ public ArduinoCore() throws IOException {
80
ManagedChannel channel = ManagedChannelBuilder //
81
.forAddress("127.0.0.1", 50051) //
82
.usePlaintext() //
83
+ .maxInboundMessageSize(Integer.MAX_VALUE) //
84
.build();
-
85
blocking = ArduinoCoreGrpc.newBlockingStub(channel);
86
// async = ArduinoCoreGrpc.newStub(channel);
87
}
0 commit comments