socket.io-redis-adapter
socket.io-redis-adapter copied to clipboard
fix(sharded): private room broadcast in dynamic mode
Fixes #524 by adding a check for expectSingleResponse flag, which is added for RemoteSocket instances here. I couldn't find any documentation about that flag, but it seems to be the only way of identifying this case and it does fix the problem.