mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-20 22:05:10 +00:00
Clears idle handlers after they've been processed.
This commit is contained in:
parent
15163c534f
commit
3f5adeb3e9
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ namespace TLSharp.Core
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
IdleLoop?.Invoke(this);
|
IdleLoop?.Invoke(this);
|
||||||
|
IdleLoop = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue