Edge client - updated edge version

This commit is contained in:
Volodymyr Babak 2023-04-10 11:03:49 +03:00
parent e496ef7839
commit 63703bcfdb

View File

@ -107,7 +107,7 @@ public class EdgeGrpcClient implements EdgeRpcClient {
.setConnectRequestMsg(ConnectRequestMsg.newBuilder()
.setEdgeRoutingKey(edgeKey)
.setEdgeSecret(edgeSecret)
.setEdgeVersion(EdgeVersion.V_3_3_3)
.setEdgeVersion(EdgeVersion.V_3_4_0)
.setMaxInboundMessageSize(maxInboundMessageSize)
.build())
.build());