EasyNetQ / EasyNetQ

An easy to use .NET API for RabbitMQ
http://easynetq.com
MIT License
2.88k stars 750 forks source link

dispose cannot close the connection to rabbitMq #1809

Open worldofchu opened 1 month ago

worldofchu commented 1 month ago

bus.Dispose();


this can not close the connection to rabbitMq
another the bus.IsConnected is always =false

in the rabbitmq web page ,you can see the connection

--but after the program is really close, the easynetq 's rabbitmq connection close .

--EasynetQ 没有有效的 关闭连接的方法,且连接状态 不可用 无效。

worldofchu commented 3 weeks ago

有人吗?