You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My main question is where would I hook in sticky session - in the server file or the websocket file, or do I need to remove the use of glue altogether?
The text was updated successfully, but these errors were encountered:
Are there any tips on how to use
sticky-session
with hapijs + socket.io (while using glue). I have aserver.js
which looks likewhere
index.js
looks likeBasically, based off https://github.com/jedireza/frame
On the socket.io side, I have a
webSockets.js
plugin defined in the manifest file, that looks likeMy main question is where would I hook in sticky session - in the server file or the websocket file, or do I need to remove the use of
glue
altogether?The text was updated successfully, but these errors were encountered: