You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core\Worker::recordActivityHeartbeat(bytes) hands a serialized coresdk
ActivityHeartbeat to the core. The bridge call is synchronous (in-memory
record; throttling and the server RPC run on the core's own threads), so
the method never parks the coroutine and needs no cross-thread call slot.
The finalized guard covers it: the bridge unwraps None after finalize.
Also fixes the stale "activity-only worker" comment in temporal_core.h
(doc drift noted in the 2026-06-11 review).
0 commit comments