XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
55 stars 47 forks source link

Add timeout option for forwarded request #1454

Closed kuznetsss closed 2 weeks ago

kuznetsss commented 2 weeks ago

Currently forwarded messages don’t have a timeout, so if rippled is slow Clio may have many hanging ws connections to rippled. We should add a forwarding timeout option to Clio to fix the issue.