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

A question about receiving messages #2900

Closed jingming66 closed 5 months ago

jingming66 commented 5 months ago

first I opened an application that can receive messages, and then I copied the "tdlib_db" folder (already rename it to tdlib_db2) for the second application to use. The second application can receive messages, but the first application cannot. Why is this happening

levlam commented 5 months ago

You must never copy TDLib's directory, only fully move it. Copied directory has no chance to work correctly.

jingming66 commented 5 months ago

You must never copy TDLib's directory, only fully move it. Copied directory has no chance to work correctly.您绝不能复制 TDLib 的目录,只能完全移动它。复制的目录没有机会正常工作。

thank you very much