somdoron / AsyncIO

Mozilla Public License 2.0
174 stars 58 forks source link

Windows Store compatibility #5

Open FaisalZ opened 9 years ago

FaisalZ commented 9 years ago

Microsoft allows only a subset of the namespaces System.Net.Sockets & System.Net.IPAdress for Windows Store apps. Instead they propose to use the more modern Windows.Networking namespace. To make AsyncIO and thereby netMQ ready for Windows Store it would be great to have this changes included.

ghost commented 8 years ago

I agree!