Flush connection after execiton of timer function
This commit is contained in:
parent
4c358b6962
commit
c1f170467c
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ gboolean queries_timerfunc (gpointer data) {
|
|||
logprintf ("queries_timerfunc()\n");
|
||||
telegram_conn *conn = data;
|
||||
work_timers (conn->tg);
|
||||
telegram_flush (conn->tg);
|
||||
|
||||
if (conn->updated) {
|
||||
logprintf ("State updated, storing current session...\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue