@ -98,11 +98,12 @@ namespace WebSocketSharp.Server
/// </value>
public IEnumerable<string> ActiveIDs {
get {
foreach (var res in Broadping (WebSocketFrame.EmptyPingBytes, _waitTime))
foreach (var res in broadping (WebSocketFrame.EmptyPingBytes)) {
if (res.Value)
yield return res.Key;
}
/// <summary>
/// Gets the number of the sessions in the Websocket service.