New submission from Jim Fulton: I recently ported ZEO to asyncio.
We'd had a bug in our old asyncore-based server where the server would hang if several connections were made and then immediately disconnected on Mac OS X. This was due to an error-handling bug in our code that we fixed. We have a regression test for this case. The regression test for this case fails using asyncio.Server. I've attached a (ZEO-independent) script that demonstrates the problem. If you run the script with Python 3.4 or 3.5, I expect the script will hang. It does for me on Mac OS X 10.10.5 and Ubuntu 14.04. ---------- components: asyncio files: echo.py messages: 269256 nosy: gvanrossum, haypo, j1m, yselivanov priority: normal severity: normal status: open title: Asyncio server hang when clients connect and immediately disconnect type: behavior versions: Python 3.4, Python 3.5 Added file: http://bugs.python.org/file43540/echo.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27386> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com