Skip to content
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

Open
dborovcanin opened this issue Apr 26, 2020 · 2 comments · May be fixed by #2224
Open

Refactor CoAP adapter #1144

dborovcanin opened this issue Apr 26, 2020 · 2 comments · May be fixed by #2224
Assignees
Milestone

Comments

@dborovcanin
Copy link
Collaborator

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 dborovcanin self-assigned this Apr 26, 2020
@dborovcanin dborovcanin changed the title Refactor CoAP service Refactor CoAP adapter Apr 26, 2020
@manuio
Copy link
Contributor

manuio commented Oct 27, 2020

@dusanb94 is this one fixed?

@dborovcanin dborovcanin added this to the S3 milestone Apr 18, 2024
@dborovcanin dborovcanin modified the milestones: S3, S4 Apr 30, 2024
@JeffMboya JeffMboya linked a pull request May 9, 2024 that will close this issue
@dborovcanin
Copy link
Collaborator Author

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

@dborovcanin dborovcanin modified the milestones: S4, S5 May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

3 participants