You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, I think the confusing part is the defaults. The example code and the main README.md produces code that effectively leaks connections? Is this ever desired? In long-running scenarios or under load clients will invariably connect and re-connect (especially IoT's with flaky connection, watchdogs etc.), and this adds up over time.
I'm not using DTLS.
Ah, I think the confusing part is the defaults. The example code and the main
README.md
produces code that effectively leaks connections? Is this ever desired? In long-running scenarios or under load clients will invariably connect and re-connect (especially IoT's with flaky connection, watchdogs etc.), and this adds up over time.Seems it's not limited to DTLS:
go-coap/udp/server.go
Lines 58 to 60 in 073d2c2
Perhaps the default should be set to something or be clarified in the README?
Originally posted by @JosefWN in #311 (comment)
The text was updated successfully, but these errors were encountered: