diff --git a/ts/smartsocket.classes.smartsocket.ts b/ts/smartsocket.classes.smartsocket.ts index 0d33f65..5769d01 100644 --- a/ts/smartsocket.classes.smartsocket.ts +++ b/ts/smartsocket.classes.smartsocket.ts @@ -45,7 +45,6 @@ export class Smartsocket { /** * starts listening to incling sockets: */ - startServer = () => { this.io = plugins.socketIo(this.options.port); this.io.on("connection", (socketArg) => {