-
Notifications
You must be signed in to change notification settings - Fork 409
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
Adding Data Sender to leshan client #1274
Conversation
@adamsero, I planned to integrate your work in If you have time, could you review this ? (it will be easier to look at this commit by commit) |
I'll take a look at it today |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from those two trifles, overall everything is ok. Good idea abstracting the send service, it might work better for possible future implementations.
leshan-client-core/src/test/java/org/eclipse/leshan/client/send/ManualDataSenderTest.java
Outdated
Show resolved
Hide resolved
leshan-client-core/src/test/java/org/eclipse/leshan/client/send/ManualDataSenderTest.java
Outdated
Show resolved
Hide resolved
Integrated in |
Thx @adamsero for the review 👍 ! |
This work is based on @adamsero 's work #1268 which aimed to implement #1228