Browse Source

Fix issue when disconnecting on UWP

release/3.x.x
Christian 6 years ago
parent
commit
49da66dcff
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      Frameworks/MQTTnet.NetStandard/Implementations/MqttTcpChannel.Uwp.cs

+ 0
- 6
Frameworks/MQTTnet.NetStandard/Implementations/MqttTcpChannel.Uwp.cs View File

@@ -69,12 +69,6 @@ namespace MQTTnet.Implementations

public void Dispose()
{
SendStream?.Dispose();
SendStream = null;

ReceiveStream?.Dispose();
ReceiveStream = null;

_socket?.Dispose();
_socket = null;
}


Loading…
Cancel
Save