Fix for issue #3

This commit is contained in:
sta
2012-08-10 22:20:42 +09:00
parent 18c225c99d
commit b76418c482
51 changed files with 127 additions and 77 deletions

View File

@@ -64,10 +64,10 @@ namespace WebSocketSharp.Server
_server.AddService(this);
};
_socket.OnClose += (sender, e) =>
{
_server.RemoveService(this);
};
// _socket.OnClose += (sender, e) =>
// {
// _server.RemoveService(this);
// };
}
#endregion