fix(structure): update to latest standards

This commit is contained in:
2019-01-30 03:14:02 +01:00
parent 1b0922759a
commit d296064bfa
17 changed files with 1997 additions and 1615 deletions

View File

@@ -52,7 +52,7 @@ export class SocketServer {
* starts listening to incoming sockets:
*/
public async start() {
const done = plugins.smartq.defer();
const done = plugins.smartpromise.defer();
// handle http servers
if (this.httpServer && this.standaloneServer) {