mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-07-11 20:31:48 +00:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
85c68b5df4 | |||
27ac0a5670 | |||
2de533e15b |
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,3 +1,13 @@
|
|||||||
|
<a name="0.2.3"></a>
|
||||||
|
## [0.2.3](https://github.com/libp2p/js-interfaces/compare/v0.2.2...v0.2.3) (2020-01-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **transport:** make close listener test more resilient ([#21](https://github.com/libp2p/js-interfaces/issues/21)) ([2de533e](https://github.com/libp2p/js-interfaces/commit/2de533e))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="0.2.2"></a>
|
<a name="0.2.2"></a>
|
||||||
## [0.2.2](https://github.com/libp2p/js-interfaces/compare/v0.2.1...v0.2.2) (2020-01-17)
|
## [0.2.2](https://github.com/libp2p/js-interfaces/compare/v0.2.1...v0.2.2) (2020-01-17)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libp2p-interfaces",
|
"name": "libp2p-interfaces",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"description": "Interfaces for JS Libp2p",
|
"description": "Interfaces for JS Libp2p",
|
||||||
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
|
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
|
@ -70,7 +70,7 @@ module.exports = (common) => {
|
|||||||
])
|
])
|
||||||
|
|
||||||
// Give the listener a chance to finish its upgrade
|
// Give the listener a chance to finish its upgrade
|
||||||
await new Promise(resolve => setTimeout(resolve, 0))
|
await pWaitFor(() => listenerConns.length === 2)
|
||||||
|
|
||||||
// Wait for the data send and close to finish
|
// Wait for the data send and close to finish
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
|
Reference in New Issue
Block a user