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

Allow multiple independent connections to a single service from a single client. #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2012

  1. Add an 'id' to the protocol. All messages now 'type,topic,id,payload'…

    …. Use id to identify connection. Use topic only to identify registered channel on server side.
    kdvolder committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    90226f5 View commit details
    Browse the repository at this point in the history
  2. Update example to make use of new capabilities. Also make it use the …

    …local/patched copy of multiplex implementation instead of the 'official' one.
    kdvolder committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    8cf4613 View commit details
    Browse the repository at this point in the history
  3. Add another example. Not as spiffy, but it closes connections from th…

    …e client side... a use case not covered by the main example.
    kdvolder committed Nov 13, 2012
    Configuration menu
    Copy the full SHA
    2a173ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0c88b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c6558d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2012

  1. Configuration menu
    Copy the full SHA
    9733ddb View commit details
    Browse the repository at this point in the history