magistrala icon indicating copy to clipboard operation
magistrala copied to clipboard

Refactor CoAP adapter

Open dborovcanin opened this issue 4 years ago • 2 comments

REFACTOR

Simplify CoAP adapter. Remove adapter logic from the transport layer and move it to the service implementation. Test for data race and optimize (currently, 4 goroutines are started on a single connection). Make session handling transparent so that it can be replaced with a scalable solution such as storing it in the Redis.

dborovcanin avatar Apr 26 '20 22:04 dborovcanin

@dusanb94 is this one fixed?

manuio avatar Oct 27 '20 10:10 manuio

Related to, and blocked by: https://github.com/absmach/coap-cli/pull/8, https://github.com/absmach/coap-cli/pull/7, https://github.com/absmach/mproxy/pull/60, https://github.com/absmach/mproxy/pull/43, #1963, #2206, #2183.

dborovcanin avatar May 15 '24 12:05 dborovcanin