[Modify] Replace it
This commit is contained in:
parent
2f9c418073
commit
61b2568327
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user