Not sure whats going on ( error )Not An Issue
System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host.

  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 

 

not sure whats going on keep getting this error on the server.

This isn't Discord related. That's Rust+ that's erroring.

Hi, Im having an issue with this same error ever hour or 2, and it happens a few times.

Here is pastebin of the last 20 or so https://pastebin.com/7ZC8P6SW

and here is a single one below.

System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host.

  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 

Hello?

MJSU

This isn't Discord related. That's Rust+ that's erroring.

Well everything is open not really sure why rust+ is working and i still get this error

The error means you have something using a websocker that was disconnected by the host; most likely Rust+.

Locked automatically