This commit is contained in:
Milos Kozak 2018-09-09 12:22:23 +02:00
parent e577e8555d
commit 3c8b7f10be

View file

@ -324,6 +324,7 @@ public class NSClientService extends Service {
return; return;
} }
MainApp.bus().post(new EventNSClientNewLog("AUTH", "requesting auth")); MainApp.bus().post(new EventNSClientNewLog("AUTH", "requesting auth"));
if (mSocket != null)
mSocket.emit("authorize", authMessage, ack); mSocket.emit("authorize", authMessage, ack);
} }