Terminating socket Redux

02/09/2021 23:06 denominator#1
Has anybody figured out what causes it?
11/24/2023 16:21 ransak14344#2
I have the same problem, anybody know?
11/25/2023 00:29 tkblackbelt#3
What does the error message say? Is there a stack trace?

If theres none, its probably being closed programatically. Search for places in the code where the close() (or w/e the C# equivalent is) method is being called on the socket. Then look at why its being called.

Don’t just say something doesn’t work without giving at least some details…
11/27/2023 20:43 turk55#4
I do vaguely remember that the socket system had issues, something with splitting/processing if I am right and that would cause a disconnect.