Why I got UNKNOW status when using grpc and pika(python client of rabbitmq)?
I combined grpc and pika in a Class but I got problem both in client and server of my system when a grpc function in client get start.
The client got grpc Exception calling application, the server got rabbitmq pop from an empty deque.
And I found rabbitmq-server log, client tcp was unexpectedly closed.