zeromq / netmq

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

Problem: NetMQ cannot be used with async/await pattern #802

Closed somdoron closed 5 years ago

somdoron commented 5 years ago

Solution: Add ReceiveAsync (and some overloads) to socket. Also, a NetMQRuntime must be created and run in order to signal the completion of the tasks

somdoron commented 5 years ago

When core 3 is out we can also implement IAsyncEnumerable