mj

Results 11 comments of mj

I can provide a few log files, the client that sends the photo is telegram-cli and the client that receives the photo is telegram-purple. ``` telegram-cli log: create_secret_chat Mein_Handy Secret...

Sorry, its only fixed in telegram-purple, I didn't notice that this issue was on a different repository. :P

Calling tgl_timer_insert multiple times shouldn't be an issue. What the function appears to do is to iterate through all running queries to restart them. The reason why the function shows...

There's something off about this. The issue appears to be caused by an assertion assert (-1 == t->fd), which is an assertion I'm not able to find anywhere in the...

You are right, of course it shouldn't be called multiple times on the same timer_alarm struct.

I've debugged this issue and printed a stacktrace for every time timer insert is called, while using the same assertion as Ben. https://gist.github.com/majn/0c69dd738d7690222489 Apparently, tgl_do_get_difference is executed for the first...

One more thing: work_new_session_created appears to happen every time the tgl is started, restarting all running queries on every restart.

check out the test branch https://github.com/vysheng/tgl/tree/test and compile it from source.

tl-parser isn't generated, its a regular source file in the https://github.com/vysheng/tl-parser project. Did you clone recursively? git clone --recursive https://github.com/vysheng/tgl.git && cd tgl