vacp2p / wakurtosis

4 stars 3 forks source link

Added wait for rpc #22

Closed AlbertoSoutullo closed 1 year ago

AlbertoSoutullo commented 1 year ago

Small change for using wait instead of request. This will repeat the rpc until it receives a 200 code or exceeds a timeout.

Closes #3

Daimakaimura commented 1 year ago

Looks good to me!