-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UDP: testing and documentation #5772
Comments
I'm well aware of the very different behavior of UDP, but I still wonder if we want to introduce the new cc @loladiro |
The UDP abstraction is fundamentally different from the stream abstraction and needs to be separated, so I don't think read/write are the right functions to use. The RemoteRef abstraction is a better match, but I'm not sure what the interface would look like. |
Having higher level common APIs that can work with UDP or RemoteRefs or ZMQ or whatever is a nice extra, but the basic operations for UDP are |
I'm also not a huge fan of |
I considered adding |
That seems like a good decision; I like the separation of |
Can this be closed? |
I added some basic docs. There are UDP tests in |
The type itself is still undocumented. |
#5697 implemented basic UDP support but it is largely untested and entirely undocumented.
The text was updated successfully, but these errors were encountered: