Menu

#8 Applet needs to shut down when told

open
Client (39)
5
2002-02-24
2002-02-24
Ian Turner
No

CliApp should spawn threads when init() is called, and
destroy them when destroy() is called.

Discussion

  • Ian Turner

    Ian Turner - 2002-03-06

    Logged In: YES
    user_id=4941

    This bug makes it a little harder to reconnect to the
    server, since one has to close the browser to force a
    disconnect.

     
  • Ian Turner

    Ian Turner - 2002-03-08

    Logged In: YES
    user_id=4941

    I've put a fix for this into CVS. Please give it a try on
    various browsers. There was a bit of kludginess required,
    since stop() dosen't work if a thread is waiting on a
    network socket.

     
  • Eric Sunalp

    Eric Sunalp - 2002-03-09

    Logged In: YES
    user_id=436057

    is this one fixed yet guys?

     
  • Ian Turner

    Ian Turner - 2002-03-09

    Logged In: YES
    user_id=4941

    Yes and no.

    Networking is started and stopped correctly, but the player
    list gets all jacked. Probably just need to add some code to
    stop() and move some other code from init() to start().

     

Log in to post a comment.