8.11.2019 MQTT finished

This commit is contained in:
Gregor_Dutzler
2019-11-08 14:13:32 +01:00
parent 6a3edc2269
commit a4563def38
5 changed files with 17 additions and 34 deletions

View File

@@ -9,7 +9,7 @@ public class main {
Runtime.getRuntime().addShutdownHook(new Thread(() -> {
/* Runtime.getRuntime().addShutdownHook(new Thread(() -> {
try {
Thread.sleep(200);
Log.warning("Shutting down ...");
@@ -23,7 +23,7 @@ public class main {
Thread mythread = new Thread(() -> new Webserver().startserver());
mythread.start();
Log.message("thread started");
Log.message("thread started");*/
mqtt m = new mqtt();
m.notifymessage();