Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

chore: update deps #119

Merged
merged 3 commits into from
Apr 16, 2021
Merged

chore: update deps #119

merged 3 commits into from
Apr 16, 2021

Conversation

achingbrain
Copy link
Member

Pull in latest bl, errcode, etc

Pull in latest bl, errcode, etc
Copy link
Member

@vasco-santos vasco-santos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vasco-santos vasco-santos merged commit df51b54 into master Apr 16, 2021
msgs.push(msg)

if (i++ >= maxMsgs) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a bit weird - iso-random-stream behaves a bit differently to random-bytes and was causing the initiator to abort immediately before the final message was echoed back from the receiver. I think random-bytes causes execution to pause until the next tick of the event loop instead or something along those lines, so I moved the abort to after the echoed message collection.

@achingbrain achingbrain deleted the chore/update-deps branch July 8, 2021 12:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants