chrysn / aiocoap

The Python CoAP library
Other
264 stars 119 forks source link

pyodide: Prune transports #327

Open chrysn opened 11 months ago

chrysn commented 11 months ago

Attempting to do UDP on pyodide runs into a NotImplementedError inside its events.py rather than a "RuntimeError: No request interface could route message".

Should be fixed in defaults.py, and any note on a NotImplementedError being raised removed from any pyodide related docs.