eclipse/paho.mqtt.m2mqtt

SSL In debug and release mode

anlei-fu opened this issue · 1 comments

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.

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