ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
538 stars 243 forks source link

Add timeout for http connections and transfer #88

Closed romainreuillon closed 1 year ago

romainreuillon commented 6 years ago

Dear devs,

the present IPFS Java API doesn't seem to accept connection, transfer and wait timeout. This might be needed when communicating with remote IPFS nodes. Is there any plan to implement that ?

(In order to achieve that properly in some libs of mine, I had to move from the native http functionalities of the one in the java lib to apache http client)

Cheers, Romain

odisseus commented 4 years ago

I believe this issue has been partially addressed by PR #147. However, that pull request implements only the read timeout.

kevodwyer commented 1 year ago

read and connection timeout has now been implemented. closing as resolved