diff --git a/ArtNetSharp/Communication/PortConfig.cs b/ArtNetSharp/Communication/PortConfig.cs index 1460ff6..25c3a4e 100644 --- a/ArtNetSharp/Communication/PortConfig.cs +++ b/ArtNetSharp/Communication/PortConfig.cs @@ -36,7 +36,7 @@ public class PortConfig private ConcurrentDictionary additionalRDMUIDs = new ConcurrentDictionary(); public IReadOnlyCollection AdditionalRDMUIDs; public event EventHandler RDMUIDReceived; - public event EventHandler RDMMessageReceived; + //public event EventHandler RDMMessageReceived; public PortConfig(in byte bindIndex, in Net net, in Subnet subnet, in Universe universe, in bool output, in bool input) : this(bindIndex, new PortAddress(net, subnet, universe), output, input) diff --git a/Examples/ControlerRDMExample/Program.cs b/Examples/ControlerRDMExample/Program.cs index 8e40b19..f8e9cd1 100644 --- a/Examples/ControlerRDMExample/Program.cs +++ b/Examples/ControlerRDMExample/Program.cs @@ -36,7 +36,7 @@ } catch (Exception ex) { - + Console.WriteLine(ex.ToString()); } }