Lwm2m: back: start fix

This commit is contained in:
nickAS21 2021-01-27 16:04:20 +02:00
parent c041b3f44d
commit 31b51cfc9f

View File

@ -148,7 +148,7 @@ public class LwM2MTransportServiceImpl implements LwM2MTransportService {
public void onRegistered(LeshanServer lwServer, Registration registration, Collection<Observation> previousObsersations) {
executorRegistered.submit(() -> {
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);
if (lwM2MClient != null) {
lwM2MClient.setLwM2MTransportServiceImpl(this);