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
However, as I was reading the write-up, I see that to scale socket.io I need a cookie named jsessionid, but when inspecting the new code for express 4.0, I could not find it.
For context: I'm scaling a real-time dashboard app on cloudfoundry using socket.io, redis and express. The client side uses ionic with angular.
I'm looking for guidance, thank you!
The text was updated successfully, but these errors were encountered:
Hi all, great tutorial!
However, as I was reading the write-up, I see that to scale socket.io I need a cookie named jsessionid, but when inspecting the new code for express 4.0, I could not find it.
For context: I'm scaling a real-time dashboard app on cloudfoundry using socket.io, redis and express. The client side uses ionic with angular.
I'm looking for guidance, thank you!
The text was updated successfully, but these errors were encountered: