From a023b8f22d0ed3e233005f91aefab38f7996c5cd Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Sun, 27 Nov 2022 12:41:21 -0600 Subject: [PATCH] Add reconnect feature to table list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aab52f8..c878383 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ the available features and which backend supports each feature: | Filesystem I/O | ✅ | ✅ | | Filesystem Watching | ✅ | ✅ | | Process Execution | ✅ | ✅ | +| Reconnect | ✅ | ❌ | | Search | ✅ | ❌ | | System Information | ✅ | ⚠ | @@ -82,6 +83,7 @@ the available features and which backend supports each feature: * `Filesystem Watching` - able to receive notifications when changes to the filesystem occur * `Process Execution` - able to execute processes +* `Reconnect` - able to reconnect after network outages * `Search` - able to search the filesystem * `System Information` - able to retrieve information about the system