Lwm2m: back: start fix
This commit is contained in:
parent
c041b3f44d
commit
31b51cfc9f
@ -148,7 +148,7 @@ public class LwM2MTransportServiceImpl implements LwM2MTransportService {
|
|||||||
public void onRegistered(LeshanServer lwServer, Registration registration, Collection<Observation> previousObsersations) {
|
public void onRegistered(LeshanServer lwServer, Registration registration, Collection<Observation> previousObsersations) {
|
||||||
executorRegistered.submit(() -> {
|
executorRegistered.submit(() -> {
|
||||||
try {
|
try {
|
||||||
// log.warn("[{}] [{{}] Client: create after Registration", registration.getEndpoint(), registration.getId());
|
log.warn("[{}] [{{}] Client: create after Registration", registration.getEndpoint(), registration.getId());
|
||||||
LwM2MClient lwM2MClient = lwM2mInMemorySecurityStore.updateInSessionsLwM2MClient(lwServer, registration);
|
LwM2MClient lwM2MClient = lwM2mInMemorySecurityStore.updateInSessionsLwM2MClient(lwServer, registration);
|
||||||
if (lwM2MClient != null) {
|
if (lwM2MClient != null) {
|
||||||
lwM2MClient.setLwM2MTransportServiceImpl(this);
|
lwM2MClient.setLwM2MTransportServiceImpl(this);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user