Dark Hole
Dark Hole
Во многих файлах имеется два минуса идущих подряд "--". По видимости, ожидалось, что он превратиться в "–", но по факту осталось два минуса.
Sometimes cams closes (sends FIN+ACK) connection and you'll start reading 0 bytes from socket, causing infinity loop. This PR fix it.
https://github.com/yukoba/WebGLBook/blob/7c1e8606bc14be846cc45e6e88de08b36613fcec/lib/cuon-matrix.js#L54
At some point psutil merged https://github.com/giampaolo/psutil/pull/2288 and now `proc.cmdline()` will fail if there are zombies in process list. This PR fixes that.