Andrew Bulat

Results 96 comments of Andrew Bulat

Hi @michalzaq12 ! Thank you for spotting the issue and providing detailed explanations and steps to reproduce it. I wasn't able to reproduce the issue locally as, in my case,...

Hi @michalzaq12 , fixing this will be our priority next week and I'm going to work on it on Monday and hopefully release a fix early next week.

I was able to fix the issue locally and right now adding some additional tests for the future. We aim to review the PR and release a patch version on...

Websocket reconnection issue has been fixed in [ably-js 2.3.2](https://github.com/ably/ably-js/releases/tag/2.3.2) release. @Gid733 The problem should be fixed on all platforms. Please update to ably-js 2.3.2 version and see if that fixes...

Hi @yishay-at-bay ! Yes, this is the correct way to clean up connection events listeners when component unmounts. You can also take a look at [`useEventListener` hook](https://github.com/ably/ably-js/blob/main/src/platform/react-hooks/src/hooks/useEventListener.ts) from our `ably/react`...

Should investigate if this is still a concern with esbuild minifier we currently use in ably-js v2 https://github.com/ably/ably-js/blob/main/grunt/esbuild/build.js#L26-L30

Hi @mikey555 ! After further investigation, we found that the issue is often caused by the hot reloading mechanism (referred to as Fast Refresh in newer Next.js versions). During development,...

Hi @DanielMoindrot ! Thank you for bringing this up. [realtime-quiz-framework](https://github.com/ably-labs/realtime-quiz-framework) code has not been updated to correctly use ably-js v2 yet. In this particular case you're seeing this error because...

> It looks like this logic no longer exists in webpack v5 so it is possible that upgrading webpack will resolve this. We upgraded to webpack v5 in ably-js v2...

Hi @CameronSumpter ! The callbacks API for all SDK's methods has been deprecated as part of the [ably-js v2 release](https://github.com/ably/ably-js/releases/tag/2.0.0). All methods that previously used callbacks now support promises only,...