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

New msgpack implementation #79

Closed
wants to merge 2 commits into from

Commits on Feb 14, 2015

  1. Update libchan to use new msgpack implementation

    - Reintroduce SendTo and ReceiveFrom
    - Use raw message when receiving from spdy
    - Zero copy in-mem transport
    - Remove raw connection encoding
    
    Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
    dmcgowan committed Feb 14, 2015
    Copy the full SHA
    c2d7628 View commit details
    Browse the repository at this point in the history
  2. Use single encoder/decoder and buffered io

    Update Send and Receive objects to lock access and save their encoder/decoder.  Additionally use a buffered writer on encode.
    
    Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
    dmcgowan committed Feb 14, 2015
    Copy the full SHA
    a44d6a0 View commit details
    Browse the repository at this point in the history