Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the "loopback" flag. #1

Merged
merged 1 commit into from
May 2, 2018
Merged

Add the "loopback" flag. #1

merged 1 commit into from
May 2, 2018

Commits on May 2, 2018

  1. Add the "loopback" flag.

    The "loopback" flag is used to emit messages on the local endpoint of
    a socket; e.g., allowing the server to send a message to the server's
    handler directly.
    
    This is especially useful in conjunction with rooms, as it allows the
    server to proactively trigger behavior for each socket in a room without
    having to maintain a separate list of said sockets or relying on the
    client endpoint to trigger the behavior.
    Todd Harris committed May 2, 2018
    Configuration menu
    Copy the full SHA
    457d9f5 View commit details
    Browse the repository at this point in the history