rn-electrum-client
rn-electrum-client copied to clipboard
Timeout support
Does this library support timeout? I tried passing it through the options object, but it doesn't seem to work. Do you plan on supporting this in the near future?
timeout is not passed to socket, and is hardcoded to 5sec https://github.com/BlueWallet/rn-electrum-client/blob/cc018effafd2256272f348953500c4d27cef0d2f/lib/client.js#L53
Im not sure if this is even working..?