#738 ProxyDurableContext missing 'now' property causes isoformat error in IPC apps

open high Created 2026-02-07 23:14 · Updated 2026-02-07 23:14

Description

Edit
ProxyDurableContext.__getattr__ catches all attribute access and returns a method_proxy function. When app code does ctx.now.isoformat(), the 'now' access returns a function instead of datetime. Fix: added explicit @property now on ProxyDurableContext that calls _remote_call('now') and handles type coercion.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...