python - SocketIO + Pyinstaller + SSL only does polling -
i have created python application uses socketio-client here
the app connects socketio server , communication goes expected, through websockets, when running through pycharm ide or through terminal using command python myapp.py. when running compiled version created pyinstaller on ssl, talks on polling transport. connecting without ssl connect through websockets compiled version.
i developing on os x el capitan (version 10.11.4).
pyinstaller version 3.0
python 2.7.10
running command create executable:
pyinstaller -p myapp/ --onefile myapp/myapp.py any idea causing behavior? guesses?
thank you.
Comments
Post a Comment