message_length发送和接收都可以解决问题。
channel = grpc.insecure_channel( 'localhost:50051', options=[ ('grpc.max_send_message_length', MAX_MESSAGE_LENGTH), ('grpc.max_receive_message_length', MAX_MESSAGE_LENGTH), ],)
欢迎分享,转载请注明来源:内存溢出
message_length发送和接收都可以解决问题。
channel = grpc.insecure_channel( 'localhost:50051', options=[ ('grpc.max_send_message_length', MAX_MESSAGE_LENGTH), ('grpc.max_receive_message_length', MAX_MESSAGE_LENGTH), ],)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)