SailsSocket Keep Trying to Reconnect
问题 After struggling with socket.io connection authentication (here and here) and thanks to @sgress454, I realized how to get this to work and I am sending the authentication/authorization token as part of the query in the connection (see below). Upon authentication failure (invalid/expired token or in-active user), I return the callback with false parameter to indicate the connection is rejected. On the client side though, I am not sure how I should handled it and it seems the socket is trying