substream icon indicating copy to clipboard operation
substream copied to clipboard

Volatile namespaces on top of Primus streams

Results 7 substream issues
Sort by recently updated
recently updated
newest added

Hi there, wondering if it's possible to make primus-callbacks work on a substream? It currently works on main stream and I believe it's only about writing implementation for primus-callbacks `writeAndWait`...

Is there a reason why substreams do not support passing `error` events from server to client?

Love substream and primus thanks for the modules! This is a working attempt of adding event-emitter support to substreams (so that they emit events across the wire) I am not...

This adds the `primus-emit` functionality to the `SubStream` instance. I don't like the fact that it uses a `trigger` method instead of the usual `emit`, but I tried to override...

It would be nice to have the `primus-emit` functionality on the `substream`. See https://github.com/primus/primus-emit/issues/3.

enhancement

can I use different parsers for separate substeams (and main stream)? If yes, how do I do that? I have Parser object instantiated on the server side with default JSON...

Is it possible, with this library, to catch the creation of a substream on the server or client side, without knowing the name of that stream beforehand? For example, this...