feat(assist): try a different local call
This commit is contained in:
parent
b72839f89f
commit
c5bc804990
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ const fetchSockets = async function (roomID) {
|
|||
}
|
||||
try {
|
||||
if (useStickySessions) {
|
||||
return await io.in(roomID).local().fetchSockets();
|
||||
return await io.local.in(roomID).fetchSockets();
|
||||
} else {
|
||||
return await io.in(roomID).fetchSockets();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue