LockerProject / Locker

Locker - the "me" platform
http://lockerproject.org/
BSD 3-Clause "New" or "Revised" License
1.07k stars 123 forks source link

file descriptor leakage #917

Closed quartzjer closed 12 years ago

quartzjer commented 12 years ago

Something is leaking file descriptors, I'm seeing hundreds per node process, and lsof shows them as an unknown/anonymous socket, so far docs suggest that is one being deleted before close()'d?

mdz commented 12 years ago

I believe this is what @othiym23 intended to fix in 2c9aef54ff8f2dd5e3c75c948d29885774513bb3

othiym23 commented 12 years ago

We can consider this one closed, unless we see a reversion. Node does not go out of its way to make working with datagrams simple, but the oversight was mine. Sorry about this / the storm of notifications we got overnight.