fix(core): update

This commit is contained in:
2022-01-19 08:05:06 +01:00
parent b9a6f1d5b0
commit f9f6975b87
5 changed files with 10 additions and 5 deletions

View File

@@ -12,7 +12,10 @@ import { logger } from './smartsocket.logging';
export class SocketServer {
private smartsocket: Smartsocket;
private httpServer: pluginsTyped.http.Server | pluginsTyped.https.Server;
// wether httpServer is standalone
/**
* wether httpServer is standalone
*/
private standaloneServer = false;
constructor(smartSocketInstance: Smartsocket) {