fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@pushrocks/smartproxy', |   name: '@pushrocks/smartproxy', | ||||||
|   version: '3.0.29', |   version: '3.0.30', | ||||||
|   description: 'a proxy for handling high workloads of proxying' |   description: 'a proxy for handling high workloads of proxying' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -281,6 +281,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g= | |||||||
|         if (this.socketMap.checkForObject(connection)) { |         if (this.socketMap.checkForObject(connection)) { | ||||||
|           this.socketMap.remove(connection); |           this.socketMap.remove(connection); | ||||||
|           console.log(`removed connection. ${this.socketMap.getArray().length} sockets remaining.`); |           console.log(`removed connection. ${this.socketMap.getArray().length} sockets remaining.`); | ||||||
|  |           connection.destroy(); | ||||||
|         } |         } | ||||||
|       }; |       }; | ||||||
|       connection.on('close', () => { |       connection.on('close', () => { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user