mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 14:35:43 +00:00
Removed unused _sem in Session
This commit is contained in:
parent
c3dcd2a367
commit
a473475e11
4 changed files with 5 additions and 7 deletions
|
|
@ -34,7 +34,6 @@ namespace WTelegram
|
|||
}
|
||||
|
||||
public DateTime SessionStart => _sessionStart;
|
||||
public readonly SemaphoreSlim _sem = new(1);
|
||||
private readonly DateTime _sessionStart = DateTime.UtcNow;
|
||||
private readonly SHA256 _sha256 = SHA256.Create();
|
||||
private string _pathname;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<PackageId>WTelegramClient</PackageId>
|
||||
<Description>Telegram client library written 100% in C# and .NET Standard | Latest MTProto & API layer version</Description>
|
||||
<Description>Telegram Client API library written 100% in C# and .NET Standard | Latest MTProto & API layer version</Description>
|
||||
<Authors>Wizou</Authors>
|
||||
<Copyright>Copyright © Olivier Marcoux 2021</Copyright>
|
||||
<PackageIcon>logo.png</PackageIcon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue