Evgeny Khokhlov
Evgeny Khokhlov
Hey @aliajami92, @aliajami92, Sorry for the delay. We released `1.2.35` with the fix for Flutter 3.24+
Hey @ln613, Thanks for reaching out. Unfortunately, the Ably Flutter SDK doesn't support the web target yet. As a workaround, you can try using the Ably JS SDK. Flutter has...
It depends on what you want to achieve. Based on your business logic, you can invoke the `detach()` method when you no longer need the channel. Additionally, you can create...
Hey @ianb-pomelo, I apologize for the delay. I missed the notification about your message. Could you please attach verbose logs or share a reproducible example? I’m having difficulty reproducing the...
I believe it's been already implemented this way in ably-java
@sacOO7 It's not refactoring :) it's just rearranging the code. The code order was wrong, I made it right, based on official Java specification. We have static initializers, then static...
I don't think it's a bug. The implementation is definitely non-obvious, but we're not going to change it because it would be a breaking change, and some SDK users might...
Hey @PawlikMichal25, Thank you for creating a new issue! I'm having some difficulty reproducing it. If possible, could you please enable verbose logging for Ably and attach the logs to...
Yes, I see. The fix currently only works for hot reloads; it doesn't apply to hot restarts because they recreate the app from scratch, and we rely on sequential IDs...
@luninaries, sorry for the delayed response. We’ve been occupied with other features that we determined to be a higher priority for now. You can expect a new release with the...