nats-io / nats.c

A C client for NATS
Apache License 2.0
384 stars 134 forks source link

TLS closes with Find TLS Function Link problem #699

Closed li1786422 closed 9 months ago

li1786422 commented 9 months ago

Observed behavior

TLS closed, no problems with debug version, but release version shows LNK2019, shows _collectSSLErr unable to resolve external symbols X509_STORE_CTX_get_ex_data

Expected behavior

TLS is closed, the debug version doesn't have any problems, but the release version compiles fine!

Server and client version

client:3.70 server :2.9

Host environment

No response

Steps to reproduce

No response