zeromq / libzmq

ZeroMQ core engine in C++, implements ZMTP/3.1
https://www.zeromq.org
Mozilla Public License 2.0
9.67k stars 2.35k forks source link

Problem: libzmq uses API not documented on learn.microsoft.com #4680

Closed rzhao271 closed 2 months ago

rzhao271 commented 5 months ago

Solution: Use WaitOnAddress instead of KeyedEvents APIs

This PR would help Microsoft repositories consuming libzmq and zeromq.js (such as microsoft/zeromq-prebuilt) to get into compliance with internal policies. I have created a PR here to request feedback on my changes and start a discussion on whether these changes could be integrated into this repository.

bluca commented 5 months ago

wepoll is imported from https://github.com/piscisaureus/wepoll please send changes there

rzhao271 commented 2 months ago

Closing for now