It seems that every time I request to chrome driver, system will generate a [system process] with PID=0, state = TIME_WAIT, after a short while all my local ports are occupied and the system report WinError 10048: 'Only one usage of each socket address is normally permitted'
I have tried to set: s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1), but seems that system is still occupying that process so I get the error...
Do anyone know how to fix it? Thanks!