feat(NetworkProxy): Introduce WebSocket heartbeat to maintain active connections in NetworkProxy

This commit is contained in:
2024-10-07 12:52:01 +02:00
parent ceede84774
commit 459ee7130f
3 changed files with 39 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.0.61',
version: '3.1.0',
description: 'a proxy for handling high workloads of proxying'
}