You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking issue.
Right now we have some synchronous methods which do quite a bit of iteration (sometimes on multiple levels of references) synchronously, which is silly and unsafe.
PresenceManager#getOnline
PresenceManager#getClientsOnline
While we're at it, address the #fixme on PresenceManager#addClient (use options object for named params)
Some places could be cleaned up with Promises:
PresenceManager#fullRead
The text was updated successfully, but these errors were encountered:
This is a tracking issue.
Right now we have some synchronous methods which do quite a bit of iteration (sometimes on multiple levels of references) synchronously, which is silly and unsafe.
Some places could be cleaned up with Promises:
The text was updated successfully, but these errors were encountered: