rwsdk 0.1.23-test.20250722022949 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -152,7 +152,6 @@ function listenForUpdates(socket, onUpdate) {
152
152
  }
153
153
  if (unpacked.type === messageTypes.start) {
154
154
  const message = unpacked;
155
- socket.removeEventListener("message", handler);
156
155
  const stream = createUpdateStreamFromSocket(message.id, socket, messageTypes, (error) => {
157
156
  console.error("[Realtime] Error creating update stream", error);
158
157
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rwsdk",
3
- "version": "0.1.23-test.20250722022949",
3
+ "version": "0.1.24",
4
4
  "description": "Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime",
5
5
  "type": "module",
6
6
  "bin": {