fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-05 17:21:41 +01:00
parent b6c7f13baa
commit e05e5ede55
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartproxy',
version: '3.0.44',
version: '3.0.45',
description: 'a proxy for handling high workloads of proxying'
}

View File

@ -253,7 +253,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g=
ws.on('message', async (message) => {
if (!wscConnectedDeferred) {
wscConnectedDeferred = plugins.smartpromise.defer();
const wsc = new plugins.wsDefault(`${this.router.routeReq(reqArg)}${reqArg.url}`);
const wsc = new plugins.wsDefault(`wss://${this.router.routeReq(reqArg).destinationIp}${reqArg.url}`);
wsc.on('open', () => {
wscConnectedDeferred.resolve(wsc);