chrysn / aiocoap

The Python CoAP library
Other
262 stars 119 forks source link

Tests don't cover regular UDP behavior #330

Open chrysn opened 7 months ago

chrysn commented 7 months ago

All tests are currently done on loopback addresses. Errors on UDP sockets happen differently there.

As a consequence, the errors fixed in 7f1e35224f9f96b43263754967ed986a2d66eb2e are not tested yet.