I have a socket.io server in my app, listening on port 5759.
At some point in my code I need to shutdown the server SO IT IS NOT LISTENING ANYMORE.<
This api has changed again in socket.io v1.1.x it is now:
io.close()