chrysn / aiocoap

The Python CoAP library
Other
267 stars 120 forks source link

pyodide: Prune transports #327

Open chrysn opened 1 year ago

chrysn commented 1 year 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.