Hi Guys,
I have an ArtNet setup working on 7.2-0029 that refuses to work on newer versions.
Tried with 7.2-0045 and 7.4-0007 and I get this error:
SocketException: "A socket operation was attempted to an unreachable network."
StackTrace:
System.Net.Sockets.Socket+AwaitableSocketAsyncEventArgs { private virtual int System.Threading.Tasks.So
urces.IValueTaskSource<System.Int32>.GetResult(short token) { ... } }
System.Threading.Tasks.ValueTask`1+ValueTaskSourceAsTask+<>c { internal void <.cctor>b__4_0(object stat
e) { ... } }
System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } }
System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotificati
on(System.Threading.Tasks.Task task, System.Threading.Tasks.ConfigureAwaitOptions options) { ... } }
VL.Lib.IO.Socket.DatagramSender+<>c__DisplayClass7_1+<<Subscribe>b__2>d { private virtual void MoveNext
() { ... } }
System.Net.Sockets.SocketException (10051): A socket operation was attempted to an unreachable network.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<S
ystem.Int32>.GetResult(Int16 token)
at System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
--- End of stack trace from previous location ---
at VL.Lib.IO.Socket.DatagramSender.<>c__DisplayClass7_1.<<Subscribe>b__2>d.MoveNext()

