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