update apps to new Antunnel frame format

This commit is contained in:
Dany LE
2021-10-27 13:49:08 +02:00
parent e863fef93d
commit 959d5966af
27 changed files with 236 additions and 44 deletions

View File

@ -5,5 +5,6 @@ talk to server side applications via the [`antd-tunnel-pligin`](https://github.c
using a single websocket API.
## Changes log
- v0.1.9-b Use the new client size minima frame format (reduces frame overhead)
- v0.1.4-a Reduce frame overhead
- v0.1.3-a Remove magic number in the frame to reduce frame overhead

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@lxsang.me"
},
"version":"0.1.8-a",
"version":"0.1.9-b",
"category":"Library",
"iconclass":"fa fa-adn",
"mimes":["none"],