Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #649 from luislobo/patch-6
Browse files Browse the repository at this point in the history
changed app by sails
  • Loading branch information
jub3i committed Feb 29, 2016
2 parents ddce9b5 + d14afd9 commit b1c9412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

> _**This method is deprecated**._
>
> If you absolutely need to retrieve the list of socket IDs in a room, you may use the lower-level `app.io.sockets.in(roomName).clients(cb)` method (see https://github.com/socketio/socket.io/#namespaceclientsfnfunction).
> If you absolutely need to retrieve the list of socket IDs in a room, you may use the lower-level `sails.io.sockets.in(roomName).clients(cb)` method (see https://github.com/socketio/socket.io/#namespaceclientsfnfunction).
>
>However, be aware that in multi-server scenarios, that method will _not_ return IDs of sockets on other servers (at the time of writing, the current documentation on Socket.io's GitHub is out of date on that point).
>
Expand Down

0 comments on commit b1c9412

Please sign in to comment.