To store data on a local socket it appears I need to use socket.sock inside a route, instead of just socket (as with socket.io).
Would it be possible to modify the wrapper class that performs this to allow for direct modification on the socket object itself ?
Thanks!