...Response Observer onNext call instead of the deserialized...
Basically, I have a grpc service that on a request goes and pulls some proto objects from a database instance, and sends them to a client. In the database, the objects are actually just stored as a byte[], which comes from the proto obje...