eclipse / paho.mqtt.cpp

Other
988 stars 426 forks source link

SSL_read() Segmentation fault #468

Open zhoushiqi88 opened 8 months ago

zhoushiqi88 commented 8 months ago

I use mqttcpp client, mqttc versin 1.3.8, mqttcpp version 1.2.0; I Got a Segmentation fault, Top stack is SSL_read()

aad1562801fcd366092e3f391

I use mqtt::client, is_connected(); connect(options) publish(msg) interface. can you give me some advice,Thank You!

fpagliughi commented 1 month ago

I have not been able top reproduce this, and at this point v1.2.0 is pretty old. Can you test this with a recent version and if it is still failing, please post a small code sample showing how to reproduce the error.