do-taskmanager with rpc
Hello, any experts able to guide me in the right direction on modifying https://github.com/evanderkoogh/do-taskmanager to work with the new RPC?
The new DurableObject class doesn't seem to like me calling super() with the proxied state but I could also be making a silly mistake
To be clear all I'm doing is:
The new DurableObject class doesn't seem to like me calling super() with the proxied state but I could also be making a silly mistake
To be clear all I'm doing is:
MyClass extends DurableObject implements TM_DurableObjectGitHub
A TaskManager for Durable Objects, simplifying the use of Alarms - evanderkoogh/do-taskmanager