fix(client): wait for the connection task to shut down cleanly before disconnecting and increase test timeout

This commit is contained in:
2026-03-30 00:03:46 +00:00
parent c97beed6e0
commit dbcfdb1fb6
4 changed files with 19 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartvpn',
version: '1.10.1',
version: '1.10.2',
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
}