LwM2M Transport Service

This commit is contained in:
Andrii Shvaika 2022-06-03 13:28:31 +03:00
parent 165148a126
commit a87b91b2df

View File

@ -71,7 +71,7 @@ public class DefaultLwM2mTransportService implements LwM2MTransportService {
private LeshanServer server;
@AfterStartUp(order = AfterStartUp.BEFORE_TRANSPORT_SERVICE)
@AfterStartUp(order = AfterStartUp.AFTER_TRANSPORT_SERVICE)
public void init() {
this.server = getLhServer();
/*