André Barros

Results 6 comments of André Barros

> Hey, we have a work in progress fix for this issue, if you could test the SDK from this branch and let us know that would be great https://github.com/appwrite/sdk-for-flutter/tree/fix-realtime-multiple-subscription...

@lohanidamodar I'm able to reproduce the stacktrace with this code ``` @override void initState() { super.initState(); final realtime = Realtime(clientInstance); final subscription1 = realtime.subscribe([channel1]); final subscription2 = realtime.subscribe([channel2]); subscription1.stream.listen(print); subscription2.stream.listen(print);...

> One odd thing, though, is the images are jpeg instead of webp 🧐 Yes I have noticed that in the past and I have reported it here #6976 @stnguyen90...

I have reproduced it in Firefox, Chrome and Flutter SDK so It's reproducible from anywhere. But make sure the response image is WebP (there's another issue where the images come...

You're right, but what you're describing is more relevant to #6976. This issue described here is about the fact that WebP images are always the same size no matter what...