Skip to content

Commit

Permalink
Merge pull request #7 from CPogolski/iOS_Patch
Browse files Browse the repository at this point in the history
added Namespaces for iOS
  • Loading branch information
gpvigano authored Sep 15, 2020
2 parents 83f39d3 + 58c7a21 commit 9a030e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Assets/M2Mqtt/MqttClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Paolo Patierno - initial API and implementation and/or initial documentation
// (it's ambiguos with uPLibrary.Networking.M2Mqtt.Utility.Trace)
using MqttUtility = uPLibrary.Networking.M2Mqtt.Utility;
using System.IO;
using System.Net.Security;

namespace uPLibrary.Networking.M2Mqtt
{
Expand Down
2 changes: 2 additions & 0 deletions Assets/M2Mqtt/Net/MqttNetworkChannel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Paolo Patierno - initial API and implementation and/or initial documentation
using System.Net;
using System.Security.Cryptography.X509Certificates;
using System;
using System.Net.Security;
using System.Security.Authentication;

namespace uPLibrary.Networking.M2Mqtt
{
Expand Down

0 comments on commit 9a030e5

Please sign in to comment.