Unknown errorNot An Issue

I am trying to notify the error log to Discord, but the following error is not shown in the console.
What is this error?

System.IO.IOException: Unable to read data from the transport connection: Connection reset by peer. ---> System.Net.Sockets.SocketException: Connection reset by peer
  at System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) [0x00012] in <14e3453b740b4bd690e8d4e5a013a715>:0 
  at System.Net.Sockets.NetworkStream.EndRead (System.IAsyncResult asyncResult) [0x00057] in <14e3453b740b4bd690e8d4e5a013a715>:0 
   --- End of inner exception stack trace ---
  at System.Net.Sockets.NetworkStream.EndRead (System.IAsyncResult asyncResult) [0x0009b] in <14e3453b740b4bd690e8d4e5a013a715>:0 
  at Fleck.WebSocketConnection+<>c.<Receive>b__63_0 (System.IAsyncResult result) [0x00017] in <ab99eefdd17e4a4e88de8ba5c29af877>:0 ​

It is usually caused by Rust+ app and can be safely ignored

Very helpful! Thank you!

Locked automatically