...after disconnect.
I end up with at least 3k webclient tcpobjects, which are generated on connect, because of the auto-refresher I have on my page. I'm concerned this will cause connection issues somehow (see: that rogue mod on kalphiters servers that forgeted up connections), so I attempted to do this:
webClient::onDisconnect(%this)
{
%this.delete();
}but unfortunately, that doesn't work.
Truces webserver -
http://pastebin.com/9q06sz62This probably won't actually cause a problem, but it is irritating to have this -

the server has been up for
only five hours1000 loving tcpobjects in FIVE HOURS? That's 200 an hour! 3.3 a minute! forget!
The server was up for a few days before I took it down for unrelated reasons, I'm sure it had way over 5000 tcpobjects.