mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Clears idle handlers after they've been processed.
This commit is contained in:
parent
15163c534f
commit
3f5adeb3e9
|
|
@ -129,6 +129,7 @@ namespace TLSharp.Core
|
|||
finally
|
||||
{
|
||||
IdleLoop?.Invoke(this);
|
||||
IdleLoop = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue