On Appwrite 1.3.7 with AWS RDS (MariaDB)
Hi everyone, I am not sure what I can do with the following error. We have intermittent (small number of) realtime connection outages - not sure if it's due to network coverage (we are using iPad minis on the ground) or whether it's due to the Appwrite backend:
Fatal error: Uncaught Swoole\Error: Socket#34 has already been bound to another coroutine#145378, reading of the same socket in coroutine#145377 at the same time is not allowed in @swoole-src/library/core/Database/PDOStatementProxy.php:48
Stack trace:
#0 @swoole-src/library/core/Database/PDOStatementProxy.php(48): PDOStatement->execute()
#1 /usr/src/code/vendor/utopia-php/database/src/Database/Adapter/MariaDB.php(1040): Swoole\Database\PDOStatementProxy->__call('execute', Array)
#2 /usr/src/code/vendor/utopia-php/database/src/Database/Database.php(3743): Utopia\Database\Adapter\MariaDB->find('realtime', Array, 25, 0, Array, Array, Array, 'after', NULL)
#3 /usr/src/code/vendor/utopia-php/database/src/Database/Validator/Authorization.php(166): Utopia\Database\Database->Utopia\Database\{closure}()
[see the full stack trace in the attached file]
Recommended threads
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...