Skip to content

Fixes the case where SelectIdleQueue is passed an invalid file handle resulting in atrocious performance.

Jeffrey Baitis requested to merge baitisj/python-nbxmpp:master into master

Prior to the fix, this manifests as the following log file:

(W) nbxmpp.transports_nb calling send on empty buffer and queue

Merge request reports