shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

coap requests seem really unstable if the response is larger (>1k) #37

Closed Sorunome closed 2 years ago

Sorunome commented 2 years ago

If the response from the server is a bit larger (>1k) the requests seem really unstable: the response payload frequently (always?) corrupts. Not really sure how to debug or get more information, any pointers would be great.

Sorunome commented 2 years ago

nevermind, this appears to be an issue with our added dtls layer, sorry for the noise!