4c1fe7003c
_bind_hack() was a quick fix to allow async QMP to call bind(2) prior to
calling listen(2) and accept(2). This wasn't sufficient to fully address
the race condition present in synchronous clients.
With the race condition in legacy.py fixed (see the previous commit),
there are no longer any users of _bind_hack(). Drop it.
Fixes:
|
||
---|---|---|
.. | ||
__init__.py | ||
aqmp_tui.py | ||
error.py | ||
events.py | ||
legacy.py | ||
message.py | ||
models.py | ||
protocol.py | ||
py.typed | ||
qmp_client.py | ||
qmp_shell.py | ||
util.py |