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
There is a crash when the application attempts to get the plugin address using the discovery mechanism.
Information
Musicbee Remote: v1.5.0
Plugin version: 1.4.1.0
MusicBee v3.4.7805.33439D (Win10.0)
Stacktrace
System.Net.Sockets.SocketException(0x80004005): An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceiveFrom(IAsyncResultasyncResult,EndPoint&endPoint)
at System.Net.Sockets.UdpClient.EndReceive(IAsyncResultasyncResult,IPEndPoint&remoteEP)
at MusicBeePlugin.AndroidRemote.Networking.ServiceDiscovery.OnDataReceived(IAsyncResultar)
at System.Net.LazyAsyncResult.Complete(IntPtruserToken)
at System.Net.ContextAwareResult.CompleteCallback(Objectstate)
at System.Threading.ExecutionContext.RunInternal(ExecutionContextexecutionContext,ContextCallbackcallback,Objectstate,BooleanpreserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContextexecutionContext,ContextCallbackcallback,Objectstate,BooleanpreserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContextexecutionContext,ContextCallbackcallback,Objectstate)
at System.Net.ContextAwareResult.Complete(IntPtruserToken)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Objectresult,IntPtruserToken)
at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32errorCode,UInt32numBytes,NativeOverlapped*nativeOverlapped)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32errorCode,UInt32numBytes,NativeOverlapped*pOVERLAP)
The text was updated successfully, but these errors were encountered:
Description
There is a crash when the application attempts to get the plugin address using the discovery mechanism.
Information
Musicbee Remote: v1.5.0
Plugin version: 1.4.1.0
MusicBee v3.4.7805.33439D (Win10.0)
Stacktrace
The text was updated successfully, but these errors were encountered: