solendil/ConnectFour

Deal with long running processes

Opened this issue · 0 comments

A very important shortcoming : node.js cannot deal with long running processes without stalling its I/O. Workarounds for this problem are hard and convoluted, and are not implemented here. As a result, when the AI thinks, the server stops responding.