libp2p / js-libp2p-tcp

JavaScript implementation of the TCP module that libp2p uses that implements the interface-transport spec
https://libp2p.io
Other
76 stars 40 forks source link

Default timeout is too short #239

Closed bakhshandeh closed 1 year ago

bakhshandeh commented 1 year ago

We had an issue with the default configs on libp2p-js here and found that its because the default timeout is too short on js-libp2p-tcp.

I have 2 questions: 1- Is there any reason that the default timeout is too short? What's wrong with no timeout by default?

2- Is it safe to disable timeouts?

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 6.0.9 :tada:

The release is available on:

Your semantic-release bot :package::rocket: