vechain / connex.driver-nodejs

Has been moved to https://github.com/vechain/connex/tree/master/packages/driver
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Expose Net timeout configuration #3

Closed bstahlhood closed 5 years ago

bstahlhood commented 5 years ago

Need the Net timeout exposed, so it can be set by the developer. It currently is hard coded to 15 seconds.

qianbin commented 5 years ago

@bstahlhood WIP

qianbin commented 5 years ago

@bstahlhood Please checkout the latest release. Now SimpleNet class supports timeout setting. Also you can implement Net interface by your self.