From 764d3575d3730c3b9102e9f841c5e98760c9a00e Mon Sep 17 00:00:00 2001 From: jaeyun Date: Sun, 15 Oct 2023 18:31:02 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f700584..6567d33 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Currently, support only for Coroutine Flow. --- ## Feature - WebSocket connection using OkHttp3. +- Regardless of the state of your app, if it's alive, it will automatically manage to stay connected. - Provide retry and reconnect handling based on the application's network and socket state. (I called it valve cache, recovery cache) - Provide the ability to automatically recover requests via the last request cache. - Provides two converter adapters: (gson, kotlinx.serialization) (default adapter is kotlinx.serialization)