mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
remember to call timer_poll
This commit is contained in:
parent
c6b496d85b
commit
a56d87cd3f
|
@ -710,6 +710,7 @@ int initMessenger(void)
|
|||
void doMessenger(void)
|
||||
{
|
||||
networking_poll();
|
||||
timer_poll();
|
||||
|
||||
doDHT();
|
||||
doLossless_UDP();
|
||||
|
|
Loading…
Reference in New Issue
Block a user