Redis – socket.io client automatically disconnecting in long Node.js function
I am using socket.io to communicate the swift client of my app with the server. Essentially, the client joins a socket connection upon opening the app and a job is instantly added to a Redis queue (it's a job that…