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
Is this method really meant to be private, or was it labeled incorectly? Is there a way to achieve this functionality without resorting to io.sockets.emit()?
Thanks.
The text was updated successfully, but these errors were encountered:
Is this method really meant to be private, or was it labeled incorectly? Is
there a way to achieve this functionality without resorting to io.sockets.emit()?
Reply to this email directly or view it on GitHub: #538
The
@api
forSocketNamespace#emit
is labeled as private: https://github.com/LearnBoost/socket.io/blob/master/lib/namespace.js#L183Is this method really meant to be private, or was it labeled incorectly? Is there a way to achieve this functionality without resorting to
io.sockets.emit()
?Thanks.
The text was updated successfully, but these errors were encountered: