Skip to content

Commit

Permalink
add comment to #130
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Mar 19, 2021
1 parent 75510e9 commit d1efd8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ test('integration testing', async (t) => {
/**
* Close Client & Server
*/
/**
* Issue #130: Assertion `(current_nghttp2_memory_) >= (previous_size)' failed.
* https://github.com/wechaty/grpc/issues/130
*/
await new Promise(resolve => setImmediate(resolve))
eventStream.cancel()

Expand Down

0 comments on commit d1efd8d

Please sign in to comment.