mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-25 14:12:17 +00:00
fix: when things are in the same process, there is a order to them :)
This commit is contained in:
parent
4160c6a3f3
commit
1635977484
@ -116,12 +116,12 @@ module.exports = (common) => {
|
|||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
dialer.on('stream', onDialerStream)
|
||||||
|
|
||||||
const listenerConn = listener.newStream((err) => {
|
const listenerConn = listener.newStream((err) => {
|
||||||
expect(err).to.not.exist.mark()
|
expect(err).to.not.exist.mark()
|
||||||
})
|
})
|
||||||
|
|
||||||
dialer.on('stream', onDialerStream)
|
|
||||||
|
|
||||||
pull(
|
pull(
|
||||||
pull.values(['hello']),
|
pull.values(['hello']),
|
||||||
listenerConn
|
listenerConn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user