ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Add timeout flag to all web request calls #33

Closed coleslaw481 closed 5 years ago

coleslaw481 commented 5 years ago

Right now if a web request hangs, this client will hang indefinitely. To remedy this all requests calls should include the timeout= parameter that can be set in constructor and via a setter method.

coleslaw481 commented 5 years ago

Fixed by introduction into constructor of Ndex()