Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

test(interop): add more sizes, get that multiplexing thing done #715

Merged
merged 1 commit into from
Feb 1, 2017

Conversation

dignifiedquire
Copy link
Member

No description provided.

@daviddias
Copy link
Member

daviddias commented Jan 17, 2017

  • s/spdy/multiplex in libp2p-ipfs-nodejs
  • run against go-ipfs master

@daviddias daviddias changed the title test(interop): add more sizes test(interop): add more sizes, get that multiplexing thing done Jan 19, 2017
@daviddias
Copy link
Member

Just tried it with: libp2p/js-libp2p-spdy#57

Gateway (readonly) is listening on: http://127.0.0.1:9090
    ✓ connect go <-> js (114ms)
    ✓ connect js <-> js (88ms)
    cat file
      ✓ go -> js: 1024bytes (245ms)
      ✓ js -> go: 1024bytes (125ms)
      ✓ js -> js: 1024bytes (332ms)
      ✓ go -> js: 63488bytes (231ms)
      ✓ js -> go: 63488bytes (135ms)
      ✓ js -> js: 63488bytes (342ms)
      ✓ go -> js: 65536bytes (226ms)

still misses the last one

@daviddias daviddias added status/ready Ready to be worked and removed status/in-progress In progress labels Jan 29, 2017
@daviddias daviddias added the kind/bug A bug in existing code (including security flaws) label Jan 29, 2017
@daviddias
Copy link
Member

Going to merge these, tests are good, just stream muxer is not.

@daviddias daviddias merged commit c608f5f into master Feb 1, 2017
@daviddias daviddias deleted the more-interop branch February 1, 2017 16:07
@daviddias daviddias removed the status/ready Ready to be worked label Feb 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants