fix(PortProxy): Optimize connection cleanup logic in PortProxy by removing unnecessary delays.

This commit is contained in:
2025-02-27 15:30:20 +00:00
parent b3ba0c21e8
commit 9af968b8e7
3 changed files with 7 additions and 5 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.16.5',
version: '3.16.6',
description: 'A robust and versatile proxy package designed to handle high workloads, offering features like SSL redirection, port proxying, WebSocket support, and customizable routing and authentication.'
}