- Cleaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-04 17:27:59 +02:00
parent 4172088c8d
commit 617a4507cc

View File

@ -65,11 +65,6 @@ public class Server
router.get("/", this.websocketNegotiater); router.get("/", this.websocketNegotiater);
} }
private void tcpHandler(TCPConnection tcpClient)
{
}
/** /**
* TODO: We need to find a way to hook pre-accept and to not hang on accept either * TODO: We need to find a way to hook pre-accept and to not hang on accept either
*/ */