Closed oldrev closed 11 years ago
It makes sense, can you contribute the fix? make sure to test it as well...
On Mon, Oct 7, 2013 at 5:45 PM, oldrev notifications@github.com wrote:
IMHO, class Poller should implements interface IDispose like clrzmq did.
A class that implemented interface IDispose is a convenience way to stop the internal running automatically loop when it gets disposed.
— Reply to this email directly or view it on GitHubhttps://github.com/zeromq/netmq/issues/101 .
I'm working on it in my spare time, maybe I'll commit the pull request this weekend.
IMHO, class Poller should implements interface IDispose like clrzmq did.
A class that implemented interface IDispose is a convenience way to stop the internal running loop automatically when it gets disposed.