Added remoteDisconnect feature. Needed it for a personal project i'm in the middle of doing right now. Where a API needs to disconnect a user depending on their action where the socket.io is in pod on kubernetes, using socket.io-redis to keep them in sync, and idk what socket.io server has the user, so i need a remoteDisconnect feature since i do store their socketid.
Added remoteDisconnect feature. Needed it for a personal project i'm in the middle of doing right now. Where a API needs to disconnect a user depending on their action where the socket.io is in pod on kubernetes, using socket.io-redis to keep them in sync, and idk what socket.io server has the user, so i need a remoteDisconnect feature since i do store their socketid.