zeromq / netmq

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

Can Poller implements interface IDispose? #101

Closed oldrev closed 11 years ago

oldrev commented 11 years ago

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.

somdoron commented 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 .

oldrev commented 11 years ago

I'm working on it in my spare time, maybe I'll commit the pull request this weekend.