[Modify] Polish it

This commit is contained in:
sta 2017-04-05 16:31:30 +09:00
parent 8a04234df4
commit b226de8455

View File

@ -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;