[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> /// </value>
public IEnumerable<string> InactiveIDs { public IEnumerable<string> InactiveIDs {
get { get {
foreach (var res in broadping (WebSocketFrame.EmptyPingBytes)) { foreach (var res in broadping (_emptyPingFrameAsBytes)) {
if (!res.Value) if (!res.Value)
yield return res.Key; yield return res.Key;
} }