bkad / prat

group chat with markdown served over websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup websocket file descriptors

bkad opened this issue · comments

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.

I can no longer reproduce this.