square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.86k stars 595 forks source link

Adding a heartbeat so disconnected sockets get reaped eventually #156

Closed mikelikespie closed 9 years ago

mikelikespie commented 9 years ago

Sockets that are closed incorrectly don't get reaped by OS X's default policy.

Basically this sends a heartbeat over the connections so they are terminated.

justinseanmartin commented 9 years ago

LGTM