Modified closing

This commit is contained in:
sta
2013-09-05 21:58:57 +09:00
parent e0a7e74d0a
commit b7313955c9
8 changed files with 36 additions and 32 deletions

View File

@@ -207,7 +207,7 @@ namespace WebSocketSharp.Server
}
base.Stop ();
_serviceHosts.Stop (code, reason);
_serviceHosts.Stop (data);
}
#endregion