-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor CoAP adapter #1144
Comments
@dusanb94 is this one fixed? |
Related to, and blocked by: absmach/coap-cli#8, absmach/coap-cli#7, https://github.com/absmach/mproxy/pull/60, https://github.com/absmach/mproxy/pull/43, #1963, #2206, #2183. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: