Grant Singleton
Grant Singleton
Still happening on 3.8.2. None of the temp fixes work reliably for me. I'm sponsoring this issue @mrousavy 🙌
I found the issue goes away when initialized like this: ``` 'use client'; import * as Ably from 'ably'; import { AblyProvider } from 'ably/react'; import { useEffect, useRef }...
Ive also tried this method of initializing outside of the function which seems to be what the react docs suggest: ``` 'use client'; import * as Ably from 'ably'; import...
@ttypic thanks for looking into this. I tried your method and it still allows multiple connections. I got it over 10 on dev. Not sure how. Right now the only...
This issue is currently preventing us from using qstash in production. I can't count on the lag being accurate.
> Dears, > > What I did is add the workaround on https://stackoverflow.com/a/78633109 into scripts/ios/helper.js into the applyPodsPostInstall function. > > The new code added: > > ``` > if...