socket.engine
socket.engine copied to clipboard
100% CPU on second run...
No idea why, but if I restart my computer and start fresh, my script runs at around 14% cpu. If I kill it and start over, it runs at 100%. Any ideas?
Are you making sure to end the sockets when you close your program? Because of the multhreading in python, and the way the sockets are created in Node.js, if you don't explicitly close them at the end of your program they will continue running in the background.