Clears idle handlers after they've been processed.

This commit is contained in:
Paulo Rogerio Panhoto 2018-02-14 17:04:01 -02:00
parent 15163c534f
commit 3f5adeb3e9

View file

@ -129,6 +129,7 @@ namespace TLSharp.Core
finally finally
{ {
IdleLoop?.Invoke(this); IdleLoop?.Invoke(this);
IdleLoop = null;
} }
} }
} }