zeromq / netmq

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

Avoid reading time stamp counter #1074

Closed rickshaw5724 closed 10 months ago

rickshaw5724 commented 10 months ago

The implementations using an environment variable rather than a static flag on an unrelated class.

Fixes #1071

rickshaw5724 commented 10 months ago

I made the change to use any value set to the environment variable as suggested and added a link to the github issue.