I find it surprisingly hard to get DGRAM sockets to work with pyzmq.
What I did:
- Installed
pyzmq with Draft API support.
- I found there is no documentation about
DGRAM sockets in zmq_socket or elsewhere in the docs/man pages.
- I searched
pyzmq repo, but found basically nothing.
- I search
libzmq issues, but was not able to reproduce code snippets in Python.
- I searched via a search engine.
- I tried with DeepWiki.
- I write this issue.
So, how am I supposed to use DGRAM sockets?
I find it surprisingly hard to get
DGRAMsockets to work withpyzmq.What I did:
pyzmqwith Draft API support.DGRAMsockets inzmq_socketor elsewhere in the docs/man pages.pyzmqrepo, but found basically nothing.libzmqissues, but was not able to reproduce code snippets in Python.So, how am I supposed to use
DGRAMsockets?