Hangfire doesnt close the connection to RabbitMQ

Hello, Sergey.
I’m using Hagfire with RabbitMq extention in windows service (sending emails on schedule). And it doesnt close the connection to RabbitMQ server after I call Stop or Dispose for background job server. Can you help with this issue?

P.S. Can you recompile Hangfire.SqlServer.RabbitMq against new RabbitMQ.Client library (current version is 3.4.3)?

Thanks in advance.