mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
GRPC: removed limit to max message size
This commit is contained in:
parent
310a5df5e1
commit
84b9518776
@ -80,8 +80,8 @@ public class ArduinoCore {
|
||||
ManagedChannel channel = ManagedChannelBuilder //
|
||||
.forAddress("127.0.0.1", 50051) //
|
||||
.usePlaintext() //
|
||||
.maxInboundMessageSize(Integer.MAX_VALUE) //
|
||||
.build();
|
||||
|
||||
blocking = ArduinoCoreGrpc.newBlockingStub(channel);
|
||||
// async = ArduinoCoreGrpc.newStub(channel);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user