Merge pull request #1386 from vector-im/feature/fga/replace_async_uniffi_to_blocking

Remove usage of async-uniffi
This commit is contained in:
ganfra 2023-09-20 13:59:03 +02:00 committed by GitHub
commit 5054d0208d
9 changed files with 78 additions and 54 deletions

1
changelog.d/1381.misc Normal file
View file

@ -0,0 +1 @@
Remove usage of async-uniffi as it leads to a deadlocks and memory leaks.