The bug is happened when the async reading/writing interrupted by other async method which reconnects the socket. The closed socket calls the appropriate handler in the loop due to cannot be removed due to wrong fileno of socket.
andr-04mannequin
changed the title
Asyncio cycling during simultaneously socket read/write and reconnection
Asyncio looping during simultaneously socket read/write and reconnection
Nov 13, 2017
New changeset e1d62e0 by Andrew Svetlov (Andrey Egorov) in branch 'master': bpo-32015: Asyncio looping during simultaneously socket read/write an… (bpo-4386) e1d62e0
New changeset cc0961c by Andrew Svetlov in branch '3.6':
[3.6] bpo-32015: Asyncio looping during simultaneously socket read/write an… (GH-4386) (bpo-4393) cc0961c
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: