From c108de4f140550e13ff8a86f66e9f09ff735ca45 Mon Sep 17 00:00:00 2001 From: shimon Date: Tue, 3 Sep 2024 18:09:20 +0300 Subject: [PATCH] realtime connection --- src/Appwrite/Platform/Workers/Databases.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Databases.php b/src/Appwrite/Platform/Workers/Databases.php index c58d0dfa1b..8640a832fd 100644 --- a/src/Appwrite/Platform/Workers/Databases.php +++ b/src/Appwrite/Platform/Workers/Databases.php @@ -638,7 +638,7 @@ class Databases extends Action payload: $attribute, project: $project, ); - + var_dump('sourceRegion='.$this->sourceRegion); Realtime::send( redis: $realtimeConnection($this->sourceRegion), projectId: 'console',