GyrosWorkshop/Wukong

View on GitHub
Wukong/Services/Socket.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

        private async Task StartMonitorSocket(string userId, WebSocket socket)
        {
            try
            {
                while (socket != null && socket.State == WebSocketState.Open)
Severity: Minor
Found in Wukong/Services/Socket.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status