Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config #27

Merged
merged 5 commits into from
Nov 27, 2020
Merged

Config #27

merged 5 commits into from
Nov 27, 2020

Conversation

RCasatta
Copy link
Member

@RCasatta RCasatta commented Nov 20, 2020

Implements retry, timeout, socks credential and others fixes

Retry works by checking if an non-protocol error happened during the call, if so an attempt to take a write lock on the client is made and a new client attempted
if both operationare succesfull the old_client is substituted with the new one.

Timeout is a single parameter for connect,read and write TCP timeouts, special handling is required for the following situation: cannot set a timeout with a proxy and cannot set timeout with multipl SocketAddrs

Since configurations parameter grow, a Config struct with a builder has been introduced

Some new errors variant has been introduced

Errors in reading input in the reader thread now warns other eventual threads with ChannelMessage::Error

Add github actions equivalent to travis cause travis is slow

@RCasatta RCasatta marked this pull request as draft November 20, 2020 20:23
@RCasatta RCasatta force-pushed the config branch 3 times, most recently from daa7616 to 39a87c1 Compare November 24, 2020 11:03
Retry works by checking if an non-protocol error happened during the call, if so an attempt to take a write lock on the client is made and a new client attempted
if both operationare succesfull the old_client is substituted with the new one.

Timeout is a single parameter for connect,read and write TCP timeouts, special handling is required for the following situation: cannot set a timeout with a proxy and cannot set timeout with multipl SocketAddrs

Since configurations parameter grow, a Config struct with a builder has been introduced

Some new errors variant has been introduced

Errors in reading input in the reader thread now warns other eventual threads with ChannelMessage::Error

Add github actions equivalent to travis cause travis is slow
@RCasatta RCasatta marked this pull request as ready for review November 24, 2020 11:06
src/raw_client.rs Show resolved Hide resolved
src/client.rs Outdated Show resolved Hide resolved
src/client.rs Outdated Show resolved Hide resolved
src/config.rs Show resolved Hide resolved
@afilini afilini merged commit 2477ab4 into bitcoindevkit:master Nov 27, 2020
shesek added a commit to shesek/gdk that referenced this pull request Dec 17, 2020
It now has native support for setting the socket timeout,
implemented in bitcoindevkit/rust-electrum-client#27
shesek added a commit to shesek/gdk that referenced this pull request Dec 17, 2020
It now has native support for setting the socket timeout,
implemented in bitcoindevkit/rust-electrum-client#27
shesek added a commit to shesek/gdk that referenced this pull request Dec 23, 2020
It now has native support for setting the socket timeout,
implemented in bitcoindevkit/rust-electrum-client#27
shesek added a commit to shesek/gdk that referenced this pull request Jan 6, 2021
It now has native support for setting the socket timeout,
implemented in bitcoindevkit/rust-electrum-client#27
shesek added a commit to shesek/gdk that referenced this pull request Feb 27, 2021
It now has native support for setting the socket timeout,
implemented in bitcoindevkit/rust-electrum-client#27
shesek added a commit to shesek/gdk that referenced this pull request Feb 27, 2021
It now has native support for setting the socket timeout,
implemented in bitcoindevkit/rust-electrum-client#27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants