Added test to check that child threads die when parent dies

This commit is contained in:
Roy Hyunjin Han 2013-02-09 19:12:21 -08:00
commit 0a5b069cdd
7 changed files with 193 additions and 137 deletions

1
setup.py Executable file → Normal file
View file

@ -24,7 +24,6 @@ setup(
url='https://github.com/invisibleroads/socketIO-client',
install_requires=[
'anyjson',
'gevent-socketio',
'websocket-client',
],
packages=find_packages(),