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