fix(core): update
This commit is contained in:
@ -44,7 +44,7 @@ export class ProxyWorker {
|
||||
const wss = new plugins.ws.Server({ server: this.httpsServer });
|
||||
wss.on('connection', function connection(ws) {
|
||||
const wscConnected = plugins.smartpromise.defer();
|
||||
|
||||
|
||||
const wsc = new Websocket.default(`${ws.url}`);
|
||||
wsc.on('open', () => {
|
||||
wscConnected.resolve();
|
||||
|
Reference in New Issue
Block a user