mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Rage comments
This commit is contained in:
@@ -35,6 +35,12 @@ namespace Tgstation.Server.Host.Extensions
|
||||
: IPAddress.Any,
|
||||
port));
|
||||
|
||||
// BY ALL KNOWN LAWS OF AVIATION THERE'S NO FUCKING WAY THIS CALL SHOULD BE NECESSARY
|
||||
// YET, WITHOUT IT, OPENDREAM WILL RUN INTO PORT REUSE ISSUES
|
||||
// CTRL-CLICK IT THOUGH, ALL IT DOES IS CALL THE GODDAMN FUCKING DISPOSE()
|
||||
// AND THE DISPOSE() CAN'T BE DOUBLE CALLED DUE TO ATOMICS
|
||||
// REMOVE IT THOUGH, RUN THE TESTS ON A FAST PC AND THEY WILL FAIL DUE TO ADDRESS REUSE
|
||||
// HORY FUCKING SHIT
|
||||
socket.Close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user