Derek-R-S/Light-Reflective-Mirror

View on GitHub
ServerProject-DONT-IMPORT-INTO-UNITY/LRM/Program/ProgramNATHandler.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method RunNATPunchLoop has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        void RunNATPunchLoop()
        {
            WriteLogMessage("OK\n", ConsoleColor.Green);
            IPEndPoint remoteEndpoint = new(IPAddress.Any, conf.NATPunchtroughPort);

    There are no issues that match your filters.

    Category
    Status