You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Great work on getting the spdy protocol working 🎉
Instead of having the transport.connection.create accept a stream it would be nice if it instead just returned a duplex stream that you could pipe your transport to/from.
Hey @mafintosh did you manage to get this working? I'm in the middle of some ipfs-swarm refactoring and this would sweet to make the API simpler. In the process, the multistream-select would get more 'streamy' too
Hi. Great work on getting the spdy protocol working 🎉
Instead of having the
transport.connection.create
accept a stream it would be nice if it instead just returned a duplex stream that you could pipe your transport to/from.This makes it easier compose stream pipelines with spdy. For example using stdin/stdout
Or using an encrypted stream
If this is something you'd be interested in adding I'd be happy to help out with a PR
The text was updated successfully, but these errors were encountered: