eclipse / paho.mqtt.m2mqtt

Eclipse Public License 1.0
519 stars 303 forks source link

SSL In debug and release mode #107

Closed anlei-fu closed 5 years ago

anlei-fu commented 5 years ago

I use this library to build an asp.netcore(2.1.0) app , the app compiled successfully in debug mode and it worked well, I compile it in release mode or publish it , it also passed, but it doesn't work well any more ,i'v try attach a SSL macro in release mode, but the problem still exists! how can solve this problem, Thanks.

anlei-fu commented 5 years ago

i made mistake, i write Debug.Asssert(client.connet()) ,so in release mode ,this line didn't excute actually! what a fool!