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
Refactor code.
release/3.x.x
Christian Kratky
4 years ago
parent
f894622884
commit
da5a172504
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
Source/MQTTnet/Implementations/PlatformAbstractionLayer.cs
+ 0
- 2
Source/MQTTnet/Implementations/PlatformAbstractionLayer.cs
View File
@@ -5,8 +5,6 @@ namespace MQTTnet.Implementations
{
public static class PlatformAbstractionLayer
{
public static readonly byte[] EmptyByteArray = new byte[0];
#if NET452
public static Task CompletedTask => Task.FromResult(0);
#else
Write
Preview
Loading…
Cancel
Save