We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd52e5 commit f4fa4deCopy full SHA for f4fa4de
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Version history
2
3
+## 0.1.3
4
+
5
+- Use `anyio.wait_socket_readable(sock)` with a ThreadSelectorEventLoop on Windows with ProactorEventLoop.
6
7
## 0.1.2
8
9
- Block socket startup if no thread is available.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "zmq-anyio"
-version = "0.1.2"
+version = "0.1.3"
description = "Asynchronous API for ZMQ using AnyIO"
readme = "README.md"
10
authors = [
0 commit comments