socket.io-redis-adapter icon indicating copy to clipboard operation
socket.io-redis-adapter copied to clipboard

fix(sharded): private room broadcast in dynamic mode

Open MartinKolarik opened this issue 1 year ago • 0 comments

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.

MartinKolarik avatar Feb 13 '24 11:02 MartinKolarik