Limnoria/src/drivers
Valentin Lorentz 5efd2afa27 Socket: Don't add instances twice in cls._instances.
The connect() method already adds it, so it was in the list twice
(added both by __init__() and connect()).

This caused _select() to call _read() twice on the same instance,
except there is usually nothing to read on the second call,
so it blocks for up to conf.supybot.drivers.poll().
2020-01-25 21:00:42 +01:00
..
__init__.py Remove a driver from the list of dead drivers after it has been restarted. Closes GH-1165. 2016-02-09 17:31:39 +00:00
Socket.py Socket: Don't add instances twice in cls._instances. 2020-01-25 21:00:42 +01:00
Twisted.py core: Apply some suggestions of pyflakes. 2015-08-31 18:19:22 +02:00