You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: [OSCReceiver] Receive error: System.Net.Sockets.SocketException (0x80004005): The socket is not connected
at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Sockets.Socket.EndReceiveFrom (System.IAsyncResult asyncResult, System.Net.EndPoint& endPoint) [0x00000] in <00000000000000000000000000000000>:0
at System.Net.Sockets.UdpClient.EndReceive (System.IAsyncResult asyncResult, System.Net.IPEndPoint& remoteEP) [0x00000] in <00000000000000000000000000000000>:0
at extOSC.Core.Network.OSCReceiverStandaloneBackend.Receive (System.Net.Sockets.UdpClient receivedClient, System.IAsyncResult result) [0x00000] in <00000000000000000000000000000000>:0
at extOSC.Core.Network.OSCReceiverStandaloneBackend.ControllerThread (System.IAsyncResult result) [0x00000] in <00000000000000000000000000000000>:0
at System.AsyncCallback.Invoke (System.IAsyncResult ar) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.WaitCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00000] in <00000000000000000000000000000000>:0
I am seeing that we're swallowing the exception here:
Interesting, this is the first time I've seen this error. After it, most likely you need to reconnect. What are you sending and receiving to get this error?
I am seeing the following error message:
I am seeing that we're swallowing the exception here:
extOSC/Assets/extOSC/Scripts/Core/Network/OSCReceiverStandaloneBackend.cs
Line 151 in 5a8b8e1
Is there a way to reconnect on receive failure? (or does it reconnect automatically?)
The text was updated successfully, but these errors were encountered: