allanlw / pennapps15

Crowdsourced Javascript micro cloud
0 stars 0 forks source link

Handle socket.io issues for when connections drop / aren't responding #11

Closed allanlw closed 9 years ago

allanlw commented 9 years ago

Right now there is NO handling of socket.io issues for when connections have issues. Jobs need to be re-run if they don't get finished, etc, and the unresponsive sockets need to be removed from the queue.

allanlw commented 9 years ago

Fixed.