Unhandled exception. System.ServiceModel.CommunicationException: The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:00:10'.
 ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host.
   at System.ServiceModel.Channels.SocketConnection.WriteAsync(ReadOnlyMemory`1 buffer, Boolean immediate, TimeSpan timeout)
   --- End of inner exception stack trace ---
   at System.ServiceModel.Channels.SocketConnection.WriteAsync(ReadOnlyMemory`1 buffer, Boolean immediate, TimeSpan timeout)
   at System.ServiceModel.Channels.BufferedConnection.WriteNowAsync(ReadOnlyMemory`1 buffer, TimeSpan timeout)
   at System.ServiceModel.Channels.FramingDuplexSessionChannel.OnSendCoreAsync(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.TransportDuplexSessionChannel.OnSend(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.OutputChannel.Send(Message message, TimeSpan timeout)
   at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(MethodCall methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(MethodInfo targetMethod, Object[] args)
   at generatedProxy_1.RegisterItems(RegisterItemsRequest)
   at MxAsbClient.MxAsbDataClient.Register(String tag) in C:\Users\dohertj2\Desktop\mxaccess\src\MxAsbClient\MxAsbDataClient.cs:line 71
   at Program.<Main>$(String[] args) in C:\Users\dohertj2\Desktop\mxaccess\src\MxAsbClient.Probe\Program.cs:line 16
