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

Make channel socket available in event-msg-handler #69

Closed

Commits on Jul 21, 2014

  1. Merge branch 'dev'

    ptaoussanis committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    b5181df View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2014

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

Commits on Jul 28, 2014

  1. README housekeeping

    ptaoussanis committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    609949f View commit details
    Browse the repository at this point in the history
  2. Docstring housekeeping

    ptaoussanis committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    8a7cdee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65fcf8d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

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

Commits on Aug 10, 2014

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

Commits on Aug 11, 2014

  1. Merge pull request taoensso#64 from danielsz/ring-defaults

    Use `ring-defaults` middleware (danielsz)
    ptaoussanis committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    9d4c1bb View commit details
    Browse the repository at this point in the history
  2. Housekeeping: 694d6f9

    ptaoussanis committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    eb4ac6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954902d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2014

  1. Break Versioning

    ptaoussanis committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    93a8660 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Make channel socket available in event-msg-handler

    To allow a message handler to be used without reference to a singleton
    channel socket instance, pass channel-socket information to the
    event-msg-handler function.
    
    On the server side, the :channel-socket key is added to the event map
    passed as the first argument, and the ch-recv argument is removed (as it
    is now available under the :channel-socket.
    
    On the client side, the event-msg-handler signature is changed to match
    the server side more closely, taking a single map argument that has
    :event and :channel-socket keys.
    
    The new signature is used by the new start-message-router! functions.
    
    The old signature is still used by the start-chsk-router-loop!
    functions.
    hugoduncan committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    6556e82 View commit details
    Browse the repository at this point in the history