partysync@2.0.3
·
44 commits
to main
since this release
Patch Changes
- #374
c05d86aThanks @threepointone! - RenameAgent#connect(namespace, room)toAgent#connectTo(namespace, room). The baseDurableObjectclass in@cloudflare/workers-typesnow declaresconnect?(socket: Socket): void | Promise<void>for TCP socket bindings, which collided with our override and produced aTS2416"not assignable to the same property in base type" error. The rename also better reflects the method's intent — connecting to another PartyServer by namespace + room, not accepting a TCP socket.