Compare commits

..

No commits in common. "be119d4ea18a2af7b9afc8e0c1cd3eaea28efda5" and "0e6f475f94da145a5463567b44cf859a92e38949" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -213,7 +213,6 @@ public class CollabVMClient {
#endif
return;
}
if (msgArr.Length < 1) return;
this.NOPRecieve.Stop();
this.NOPRecieve.Interval = 10000;
@ -436,7 +435,6 @@ public class CollabVMClient {
var tsk = this.GotIPTasks.Find(x => x.username == msgArr[2]);
if (tsk == null) return;
tsk.IPTask.TrySetResult(msgArr[3]);
this.GotIPTasks.Remove(tsk);
break;
}
break;

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
<Version>2.4.2</Version>
<Version>2.4.1</Version>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>CollabVMSharp</Title>
</PropertyGroup>