Com-AugustCellars / CoAP-CSharp

CoAP Implementation in C#
Other
41 stars 19 forks source link

Server stops responding after a while when exchange.Accept used in resource with high message rate. #91

Open Brumawen opened 2 years ago

Brumawen commented 2 years ago

When using exchange.Accept in a resource with a high incoming rate (250+ messages/sec) the server stops responding to all messages after 2-3 minutes. Investigations so far point to possible Task Starvation. If exchange.Accept is commented out, then the server stabilizes and responds to all messages being received.

Replication is easy.