We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbec56a commit 7c11f20Copy full SHA for 7c11f20
src/client.rs
@@ -49,7 +49,7 @@ macro_rules! impl_inner_call {
49
drop(read_client);
50
match res {
51
Ok(val) => return Ok(val),
52
- Err(Error::Protocol(_) | Error::AlreadySubscribed(_)) => {
+ Err(Error::Protocol(_) | Error::AlreadySubscribed(_) | Error::NotSubscribed(_) | Error::NotSubscribedToHeaders) => {
53
return res;
54
},
55
Err(e) => {
0 commit comments