Made poller delay thread safe

- added property for currentlly queued messages
- added (optional) progress to ReadByteRange
This commit is contained in:
Felix Weiß
2022-09-27 09:52:35 +02:00
parent c7a6559f97
commit 635823a66f
5 changed files with 126 additions and 68 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>MewtocolNet</PackageId>
<Version>0.5.6</Version>
<Version>0.5.7</Version>
<Authors>Felix Weiss</Authors>
<Company>Womed</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>