王剑威

Results 1 issues of 王剑威

**shutdown rabbitmq server, and AIO_Pika will retry the connection and restart rabbitmq server in a few minutes** **client code** ```python class PikaManager(AsyncAioPikaManager): def __init__(self, *args, **kwargs): super(PikaManager, self).__init__(*args, **kwargs) self.publish_connect...