We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cleanning task of our RegistrationStore is launched several times.
RegistrationStore
Several is 1+n where n is the number of coapendpoints, so generally that means 3 cleaning tasks.
Why ?
start
Startable
ObservationStore
Leshan call start 1 time and Californium call it 1 time by endpoint.
The text was updated successfully, but these errors were encountered:
#624 : do not launch cleaningTask from registrationStore several time.
5807f49
843c5dc
It should be fixed in master by 843c5dc
Sorry, something went wrong.
ec0fc8b
No branches or pull requests
Cleanning task of our
RegistrationStore
is launched several times.Several is 1+n where n is the number of coapendpoints, so generally that means 3 cleaning tasks.
Why ?
RegistrationStore
implementsstart
methods which fromStartable
interface of Leshan) and fromObservationStore
of californium.Leshan call
start
1 time and Californium call it 1 time by endpoint.The text was updated successfully, but these errors were encountered: