socket.io-adapter
socket.io-adapter copied to clipboard
Cannot read properties of undefined (reading 'size')
Dear @darrachequesne, I think there's an issue somehow when you try to check the room size on apply
method.
if (rooms.size) {...}
exception thrown is Cannot read properties of undefined (reading 'size')
while the room exists in the adapter and the size is 1.
Kindly advise.
@Al-Sharif hi! Can you reliably reproduce the issue? Which version of socket.io
are you using?
Closed due to inactivity, please reopen if needed.