From 317c2483d4190dd7d449275be4a2caf17b2f6ef4 Mon Sep 17 00:00:00 2001 From: adphi Date: Sat, 20 Jun 2020 03:59:38 +0200 Subject: [PATCH] deprecation notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e614562..4a9b1ae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## ⚠️ Deprecated ⚠️ -As nextcloudd has no native support for asynchronous operations, due to the use of php, this aplication is deprecated, and will not support the Nextcloud future versions (19+). There is no possibilities to implemement true support for interactive and long running occ tasks in a web terminal (for example through websockets), which can lead to serious alterations of voluminous instances. +As nextcloudd has no native support for asynchronous operations, due to the use of php, this aplication is deprecated, and will no longer support the Nextcloud' future versions (19+). I did not find a way to implemement true support for interactive and long running occ tasks in a web terminal whitout introducing addtional dependencies (through websockets, for example), the lack of true asynchronous occ operations can lead to serious alterations of voluminous instances. [This issue](https://github.com/nextcloud/server/issues/16726) may give some hints on why I decided to not support this application anymore.