Comment out unreachable test code.
This commit is contained in:
parent
dd7c6750ac
commit
3f70b6a7cf
|
|
@ -45,7 +45,7 @@ namespace TestClient
|
||||||
} while (!result.EndOfMessage);
|
} while (!result.EndOfMessage);
|
||||||
Console.WriteLine(Encoding.UTF8.GetString(data, 0, result.Count));
|
Console.WriteLine(Encoding.UTF8.GetString(data, 0, result.Count));
|
||||||
}
|
}
|
||||||
await socket.CloseAsync(WebSocketCloseStatus.NormalClosure, "Closing", CancellationToken.None);
|
// await socket.CloseAsync(WebSocketCloseStatus.NormalClosure, "Closing", CancellationToken.None);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue