tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Different thread call problem #2742

Closed laomuxiang closed 8 months ago

laomuxiang commented 10 months ago

I initialized clientManger in exe and got its pointer, this object, I passed it to an object in dll, when I call this method in this object, the value returned by this method is different from that of directly calling clientManger in exe, what is the reason?

levlam commented 10 months ago

What exactly did you call and why the values should be the same?