[Modify] Polish it
This commit is contained in:
parent
8a04234df4
commit
b226de8455
@ -323,9 +323,11 @@ namespace WebSocketSharp.Server
|
||||
}
|
||||
|
||||
private Dictionary<string, Dictionary<string, bool>> broadping (
|
||||
byte[] frameAsBytes, TimeSpan timeout)
|
||||
byte[] frameAsBytes, TimeSpan timeout
|
||||
)
|
||||
{
|
||||
var ret = new Dictionary<string, Dictionary<string, bool>> ();
|
||||
|
||||
foreach (var host in Hosts) {
|
||||
if (_state != ServerState.Start)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user