My python server is receiving streaming protobuf message and each message is quite big. Currently, I am using MessageToDict to parse the protobuf message. However, I feel it is