chipsenkbeil / chipsenkbeil/remote.nvim
Use stdlib asyncio to handle UDP communication
Open
enhancement
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Avoids multi-threading by using an event loop.
https://docs.python.org/3/library/asyncio.html
Has examples of UDP echo client/server and also communicates connections lost.
https://docs.python.org/3/library/asyncio-protocol.html#udp-echo-client-protocol
Concern is that it is maintaining a transport. Can the transport be bundled with the message received? Some instances show the server killing the connection after it responds to the request. Seems like overkill and not something we want to do.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.