[Modify] Replace it
This commit is contained in:
parent
61b2568327
commit
f806c4f6e4
@ -176,7 +176,7 @@ namespace WebSocketSharp.Server
|
||||
/// </value>
|
||||
public IEnumerable<string> InactiveIDs {
|
||||
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