I am going to use sails to set a web application base on socket.io
The problem is the socket connection is always re-established after a route forward.
For example :
When I enter /index, the socket is well connected. Then I click a link to /news, I found the socket is disconnected and re-connected again.
Need I store the connection in the server side ? Any suggestion or answer is appreciated.