hi..
is there a way for a streaming call in grpc to accept it's binary array prior to it being turned into protobuff?
i'm aware that protobuff itself has this ability, but getting the byte array , turning it into an object and then turning it back to byte array seems redundant.
the reason is that i'd like to create a "recording file " of the incoming traffic (to be played back later).