Jmennius opened a new pull request, #364:
URL: https://github.com/apache/qpid-proton/pull/364

   This occasionally happens after my laptop wakes up from overnight sleep.
   
   IOHandler.on_selectable_expired() is invoked with `selectable` that has
   `_terminated=True` and `_transport=None` so when `IOHandler.update()`
   is called it crashes when trying to handle the exception
   (since transport is None).
   
   Fix this by checking if transport attribute is set and that selectable is not
   terminated before invoking `IOHandler.update()`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to