mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Handles correctly the case of null IdleLoop handler.
This commit is contained in:
parent
4ca8b9568c
commit
15163c534f
|
|
@ -128,7 +128,7 @@ namespace TLSharp.Core
|
|||
}
|
||||
finally
|
||||
{
|
||||
IdleLoop(this);
|
||||
IdleLoop?.Invoke(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue