This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
MQTTnet
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Improve Unit Tests.
release/3.x.x
Christian Kratky
4 years ago
parent
24f0ea01f5
commit
3e4f4a59a8
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Tests/MQTTnet.Core.Tests/Server_Tests.cs
+ 2
- 0
Tests/MQTTnet.Core.Tests/Server_Tests.cs
View File
@@ -668,6 +668,8 @@ namespace MQTTnet.Tests
testEnvironment2.TrackException(exception);
}
}));
await Task.Delay(10);
}
await Task.WhenAll(tasks);
Write
Preview
Loading…
Cancel
Save