eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
512 stars 303 forks source link

SSL/TLS for UWP? #52

Open sengami-yuka opened 7 years ago

sengami-yuka commented 7 years ago

I am working on a UWP app and it will use AWS mqtt. But my MqttClient is missing those ctors with X509Certificates. Is there any workaround? I tried using a class library, but UWP app can only ref to UW libraries (which don't have those ctors as well) and portable library (which I can't even install M2Mqtt)

JensNordenbro commented 6 years ago

does it work if you try the .net standard dll:s available from the pull requests still not accepted?

timkoers commented 6 years ago

This should really be addressed right now.