Closed GoogleCodeExporter closed 9 years ago
I have noticed this as well. I'll take a look at it, it might be a simple fix
in
attaching an function calling sys.exit() to the window close handler. Not sure
why
it behaves differently only on OSX, might be a pyglet issue.
Original comment by thomas.h...@gmail.com
on 19 Nov 2008 at 9:03
I guess that is because the settimout() line that had been commented ... the
sockets
still work after closed the window!
Original comment by felipe.c...@gmail.com
on 25 Nov 2008 at 12:59
still seems to be an issue. I think Felipe is right, it has to do with the osc
connection. will need to take a closer look at this soon. (after finals :P)
Original comment by thomas.h...@gmail.com
on 15 Dec 2008 at 5:16
Original comment by thomas.h...@gmail.com
on 15 Dec 2008 at 5:17
I've the same issue in ubuntu intrepid with latest svn version.
Original comment by txprog
on 29 Dec 2008 at 11:53
This is the commented settimeout line.
We got 2 solutions:
- use no-blocking socket
- repair issue with MTSimulator(?) and timeout socket
Original comment by txprog
on 6 Jan 2009 at 2:51
I've remove the timeout. Please fill a bug report if MTSimulator don't work !
(commited as r61)
Original comment by txprog
on 6 Jan 2009 at 7:55
Original issue reported on code.google.com by
leca...@gmail.com
on 19 Nov 2008 at 8:32