django-socketio
django-socketio copied to clipboard
I don't want to django-socketio to reload itself
Hi,
I get an issues which can be really annoying when django-socketio server ran for a long time. Initially, socketIO reload when binded py files are modified because it's a flask server. There is no mistake here but each time that socketio server is reload, in fact it create a fork and run IN it, letting parents alive which become kind of zombie process but i don't want it to do that. Any tweek for resolve this because i need my code to be dynamically changed, without flask autoreload behaviour
Thank for you provided help..