The other is fixing the TODO about disarming poll_ready, since there is no disarm this makes sure poll_ready is only called if call will immediately follow. This one actually hit me in production.
Each bug fix has a corresponding test case. This should not be breaking any public API.
One is handling poll_ready errors, resolves #706.
The other is fixing the TODO about disarming poll_ready, since there is no disarm this makes sure
poll_ready
is only called ifcall
will immediately follow. This one actually hit me in production.Each bug fix has a corresponding test case. This should not be breaking any public API.