Closed GoogleCodeExporter closed 9 years ago
That's a good catch. I will include your patch ASAP. Thank you!
Original comment by pmalms...@gmail.com
on 13 Apr 2012 at 9:17
Actually, I think my patch is probably not the right way to go. The proper way
to wait for a thread to exit is to join it, which will work no matter how the
thread exited. Take a look at this commit instead:
http://code.google.com/r/alanwaynejohnson-xbee/source/detail?r=801f265d9b237d525
d47d05b3302689d16346b08
I've just removed the threading.Event, and I'm using Thread.join() to wait for
the thread to exit.
Original comment by alan.way...@gmail.com
on 15 Apr 2012 at 2:46
That's a good point; thanks for the update.
And thanks for the server-size clone; I'll go ahead and pull it in right now.
Original comment by pmalms...@gmail.com
on 16 Apr 2012 at 7:16
Fixed as of revision 801f265d9b23.
Original comment by pmalms...@gmail.com
on 16 Apr 2012 at 7:30
Original issue reported on code.google.com by
alan.way...@gmail.com
on 12 Apr 2012 at 11:22Attachments: