Are there docs anywhere that say you don't need to disconnect a db driver from Hyperdrive?
Are there docs anywhere that say you don't need to disconnect a db driver from Hyperdrive?
Wow Larry you put in a lot of workTrue, but a lot of what I'm doing right now is cleaning up and open-sourcing stuff we already use. It still requires cleanup, more tests, and documentation. As a side effect, we've fixed some bugs, improved the internal DX, and made it easier for our devs to work.
I would prefer to sync over WS

wrangler.jsoncwrangler.jsoncimport { DurableObject } from "cloudflare:workers";cloudflare:workerscloudflare:workersclass_nameclass_nameworker-configuration.d.tsnpx wrangler typesnode:mainSuperDOtsconfig.jsonAn RPC stub was not disposed properly. You must call dispose() on all stubs in order to let the other side know that you are no longer using them. You cannot rely on the garbage collector for this because it may take arbitrarily long before actually collecting unreachable objects. As a shortcut, calling dispose() on the result of an RPC call disposes all stubs within it.usingusingusingcloudflare:whatevererror setting identifier TypeError: this.parent.setName is not a function// src/index.ts, or whatever their main file is
export { SuperDO } from "justin_utils"; // class_name: SuperDO
export { SuperDO as MyMadeUpDOClassName } from "justin_utils"; // class_name: MyMadeUpDOClassNameawait this.alarms.alarm();