Grant Singleton

Results 3 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...

### Provide environment information System: OS: macOS 15.6.1 CPU: (10) arm64 Apple M1 Max Memory: 1.37 GB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.12.2 - /Users/grantsingleton/.nvm/versions/node/v20.12.2/bin/node Yarn:...