Releases: QuantStack/zmq-anyio
Releases · QuantStack/zmq-anyio
0.3.10
0.3.9
- Allow multiple
start
/stop
calls.
0.3.8
- Make sure that
self._start
andself.stop
calls are contained withinTaskGroup
async context manager (PR by @graingert).
0.3.7
- Add
test_close
.
0.3.6
- Try to start the socket if it has a task group.
0.3.5
- Ignore exceptions in all tasks.
0.3.4
- Ignore exceptions while reading socket.
0.3.3
- Don't await tasks that are already done.
0.3.2
- Fix teardown.
0.3.1
- Try to make starup/teardown more robust.