Closed liaoxingquan closed 1 year ago
All requests return result after they are completed. The issue can be in the SendErrorMsg
function, or with the network access. You need to check TDLib logs for details.
SendErrorMsg this is my function, I interrupted a bit, process has not going there, but my process is MFC project, how to check TDLib logs
I don't know which function is output logs
You can use setLogStream
method to set up logging.
ok , I try it
searchPublicChat also has no callback, have no loging info
There is only some successful login information in the log
If there is no searchPublicChat
request in the log with verbosity level >= 3, then the request wasn't sent.
If there is no callback, my process is not return I don't know why