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