Proxies Should Really not deal with `.render()` and the accompanying observation functions, but just use and provide `.render_to_pipe()`. This already caused trouble at least 3x: * https://codeberg.org/aiocoap/aiocoap/pulls/67 * Warnings flying around since https://codeberg.org/aiocoap/aiocoap/pulls/60 because it's internally using old interfaces * Uri-Path-Abbrev expansion happens at render_to_pipe level, and proxied sites sidestep that. * Grep for `https://github.com/chrysn/aiocoap/issues/251` in the code -- also shows up in aiocoap.cli.rd.
Proxies Should Really not deal with
.render()and the accompanying observation functions, but just use and provide.render_to_pipe().This already caused trouble at least 3x:
https://github.com/chrysn/aiocoap/issues/251in the code -- also shows up in aiocoap.cli.rd.