ageorgallides

Results 4 comments of ageorgallides

By investigating further, the runtimeThread which calls the netMqRuntime.Run() is the one that also calls the NetMQPoller.Dispose(). After the NetMQPoller is disposed, a WorkerThread - which was instantiated by the...

To clarify the "client.dll!Client.TaskManager.Dispose(bool disposing) Line 98", I just have a Client object that has a TaskManager as a member. When I call Client.Dispose(), in turn it calls TaskManager.Dispose(). Nothing...

Thanks. I will check it out and let you know as soon as possible.

Hi, thanks for the fix! May I ask when will be the next (pre)release including this change?