| Simon Lord 2005-04-07, 5:57 pm |
| Ok, just found and issue. I commented out the following:
// this.users_log.lock()
// this.my_log={username:name};
// this.users_log.setProperty(name, this.my_log);
// this.users_log.unlock();
.... it all works now but on the freak occasion that I manually delete
the so from the server (good 'ol \rm -r) then the SO breaks again. I
need to uncomment these lines, run it, then recomment them.
What am I missing here to not have to perform that?
On Apr 3, 2005, at 1:52 AM, Simon Lord wrote:
> Sorry for the noise, takes time for things to sink in....
>
> Ok, so I commented out some code on the SS which appears to have been
> resetting things to null (things which were declared on the CS and not
> onConnect SS):
>
> // this.users_log.lock()
> // this.my_log={username:name};
> // this.users_log.setProperty(name, this.my_log);
> // this.users_log.unlock();
>
> ... now it seems to work. Black magic. Probably be busted when I
> wake up in the morning... ;)
>
>
>
> On Apr 3, 2005, at 12:42 AM, Simon Lord wrote:
>
> Sincerely,
> Simon
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
Sincerely,
Simon
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|