bkad / prat

group chat with markdown served over websockets
11 stars 6 forks source link

Cleanup websocket file descriptors #8

Closed bkad closed 12 years ago

bkad commented 12 years ago

Right now whenever you refresh, you leave behind websocket file descriptors in a CLOSE_WAIT state. You hit the file descriptor cap for a process pretty quickly, and the process crashes in a blazing fire.

bkad commented 12 years ago

I can no longer reproduce this.