Open Hill-98 opened 7 months ago
This stacktrace suggests there are really two issues:
DisconnectClientImmediately
from ProcessSingleMessage
suggests the server is receiving a message that is causing an exception, and is trying to log it and disconnect you. There should be a second stacktrace logged right before this one with details on that. I would also be interested in what the client was doing to cause this, and if there is a consistent bug repro. Please report your findings there as a separate bug to keep this thread on-topic.I have no way of knowing what the client is doing at the moment, as I run a community server using this, and it may be that one of the users has done something to cause this.
Maybe I'll have added some tracing to the code afterward in order to learn that it was that user who threw the exception.
Is it possible to change the following code?