Grant Singleton
Results
2
issues of
Grant Singleton
I first initialize ably in my layout. ``` // ably-provider.tsx 'use client'; import * as Ably from 'ably'; import { AblyProvider } from 'ably/react'; interface AblyProviderProps { children: React.ReactNode; }...
enhancement
documentation
The lag is 0 even when messages are in the queue. It happens whether I am batching or enqueuing. It happens every time, so reproducible example would be to create...