From 3166adc4108459d0e923ffab0324f76bab4bde5e Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Mon, 23 Nov 2020 12:43:27 +0300 Subject: [PATCH] Deprecation warning --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e6a02fa..7b63d14 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,6 @@ of Timeout and if no activity is seen even after that the connection is closed GW_KEEPALIVE_PERMIT_WITHOUT_STREAM=Bool - if true, client sends keepalive pings even with no active RPCs. If false, when there are no active RPCs, Time and Timeout will be ignored and no keepalive pings will be sent. ``` + +### WARNING +`generated` value for `GW_KEY` or `--key` is deprecated, you should use pre-generated keys. \ No newline at end of file