Proposed Fix. Make sure we read all data from our SSL socket wrappers and...
Proposed Fix. Make sure we read all data from our SSL socket wrappers and don't just rely on gobject.io_add_watch, select or poll. This isn't really a clean solution, but the less intrusives fix that I can think of. Fixes #2634.
Showing
- src/common/xmpp/client_nb.py 8 additions, 12 deletionssrc/common/xmpp/client_nb.py
- src/common/xmpp/idlequeue.py 26 additions, 7 deletionssrc/common/xmpp/idlequeue.py
- src/common/xmpp/transports_nb.py 6 additions, 3 deletionssrc/common/xmpp/transports_nb.py
- src/gajim.py 4 additions, 17 deletionssrc/gajim.py
Loading
Please register or sign in to comment