Skip to content

Tag: grpc

“start_batch was called incorrectly” on gRPC unary call

I make an unary call from PHP code like that: Sometimes I get the LogicException with message “start_batch was called incorrectly”. Any thoughts how to deal with that exception and what is the root cause? Answer After some investigation I found out that the problem occurs because of reusing the in…