Lukkyz

Results 3 issues of Lukkyz

How do you manage end of a message in a protocol ? I use msgpack-c and the only solution I found is to send the header before the payload (separately)....

### Preflight Checklist - [x] I have searched the [issue tracker](https://www.github.com/rrweb-io/rrweb/issues) for a bug report that matches the one I want to file, without success. ### What package is this...

bug

### What happened? useStorage is not persistent when refreshing a page. Here's my content.tsx : ``` const Content = () => { const [hello, setHello] = useStorage("hello", (v) => {...

bug