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
vara_stream=alice_ebt.createStream('bob')//alice's stream for bobvarb_stream=bob_ebt.createStream('alice')//bob's stream for alicea_stream.pipe(b_stream).pipe(a_stream)
I use the term "remote" in this way through out muxrpc documentation.
In practice, in ssb, it's via a muxrpc duplex stream, but you could go over tcp stream (if you ONLY did ebt) and in the tests it does it directly without using networking, to make the tests more deterministic.
I'm trying to understand where that
remote_stream
variable comes from. And more importantly what it's for.The text was updated successfully, but these errors were encountered: