[Modify] Replace it

This commit is contained in:
sta 2021-12-03 19:38:58 +09:00
parent 61b2568327
commit f806c4f6e4

View File

@ -176,7 +176,7 @@ namespace WebSocketSharp.Server
/// </value>
public IEnumerable<string> InactiveIDs {
get {
foreach (var res in broadping (WebSocketFrame.EmptyPingBytes)) {
foreach (var res in broadping (_emptyPingFrameAsBytes)) {
if (!res.Value)
yield return res.Key;
}