Documentation
The documentation for add_read/add_writer (https://docs.python.org/3/library/asyncio-eventloop.html#watching-file-descriptors ) does not specify what happens if you add two different callbacks for the same fd. Do both callbacks get called? Or does only one get called? Does the first one or the last callback get called (or maybe a random one, unlikely, but could be valid per current documentation)?
Linked PRs
Documentation
The documentation for add_read/add_writer (https://docs.python.org/3/library/asyncio-eventloop.html#watching-file-descriptors ) does not specify what happens if you add two different callbacks for the same fd. Do both callbacks get called? Or does only one get called? Does the first one or the last callback get called (or maybe a random one, unlikely, but could be valid per current documentation)?
Linked PRs
loop.add_readerandloop.add_writer#128666loop.add_readerandloop.add_writer(GH-128666) #128667loop.add_readerandloop.add_writer(GH-128666) #128668