jvermillard / leshan

OMA Lightweight M2M java implementation - LWM2M
40 stars 25 forks source link

Device getting de-registered after re-registration #12

Closed abinash193 closed 10 years ago

jvermillard commented 10 years ago

Can youplease give us more details on how to reproduce your bug?

abinash193 commented 10 years ago

Hi julien,

I registered a java lwm2m client with a lifetime of 5min. In the first cycle of registration that is after 5 min it got re registered but in the second cycle when device send a re registration request it got de-registered.

I have found the bug. When you are re registering, lastupdate timestamp is not getting updates. Just updating the same fixes the bug.

Regards, Abinash On 29-May-2014 1:08 am, "Julien Vermillard" notifications@github.com wrote:

Can youplease give us more details on how to reproduce your bug?

— Reply to this email directly or view it on GitHubhttps://github.com/jvermillard/leshan/issues/12#issuecomment-44454362 .

jvermillard commented 10 years ago

Hmm I have trouble reproducing your issue, which client do you use and which leshan version?

jvermillard commented 10 years ago

should be fix in master

jvermillard commented 10 years ago

feel free to re-open if you still have the problem