handsaway
Can I alter the context in a procedure?
I need to keep track of a session id across the lifespan of a websocket connection to correlate messages to users, the client also keeps this in local storage to handle re-connection flows
I have this where I'm kind of shoving the uuid onto the websocket object then
But this doesn't seem like the best way to do this
5 replies