zeromq / netmq

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

Documentation for ThreadSafe sockets? #988

Open Amberg opened 3 years ago

Amberg commented 3 years ago

I've found ThreadSafeSocket related classes in the Source: https://github.com/zeromq/netmq/pull/871

But I've not found any documentation about the ClientSocket or the THreadSafeSockets at all. Is this feature still under development?

Did I understand correctly and it is true that:

Thank you for your great work