SSE Update issues for the first client
im developing a test application (for now) thats using Nextjs/redis.
I have the sse endpoint working (sort-of) correct. When a client connects it retrieves a Snapshot and sends it back, when an update was pushed (with mock route), it should send an Update event with payload (it sends it to the second user onwards)