fix(PortProxy): Enhanced connection setup to handle pending data buffering before establishing outgoing connection

This commit is contained in:
2025-03-05 14:33:09 +00:00
parent 6532e6f0e0
commit bd9292bf47
3 changed files with 95 additions and 45 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.23.0',
version: '3.23.1',
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
}