feat: bufferedAmount flow control in WS upload, bump 1.0.16
Deploy loadtest / validate (push) Waiting to run

This commit is contained in:
2026-07-11 06:38:38 +04:00
parent a851bfb102
commit b509491c60
3 changed files with 102 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from flask_sock import Sock
app = Flask(__name__)
sock = Sock(app)
VERSION = '1.0.15'
VERSION = '1.0.16'
@app.route('/')