zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.95k stars 744 forks source link

I cant stop or dispose monitor. #997

Open 284093959 opened 2 years ago

284093959 commented 2 years ago

Environment

NetMQ Version:    4.0.1.6
Operating System:  Windows Server 2016
.NET Version:     .net framework 4.7.2

Expected behaviour

When I want to rebuild a tcp connect with the same ip address.I must close socket and monitor.But the monitor cant be disposed, the new monitor always show a exception as address is already in use.

Actual behaviour

Steps to reproduce the behaviour