Open DullReferenceException opened 8 years ago
Some of the request types do not have the once wrappers that others do. Notably, we encountered an issue with .list() where certain errors, like EHOSTUNREACH, cause double callbacks.
once
.list()
EHOSTUNREACH
+1
Some of the request types do not have the
once
wrappers that others do. Notably, we encountered an issue with.list()
where certain errors, likeEHOSTUNREACH
, cause double callbacks.