[Modify] Replace it

This commit is contained in:
sta 2021-12-03 19:36:56 +09:00
parent 2f9c418073
commit 61b2568327

View File

@ -116,7 +116,7 @@ namespace WebSocketSharp.Server
/// </value> /// </value>
public IEnumerable<string> ActiveIDs { public IEnumerable<string> ActiveIDs {
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;
} }