Skip to content

Commit 3af0c3d

Browse files
committed
fix: fix logs for new actors
1 parent 926363f commit 3af0c3d

File tree

45 files changed

+1439
-1090
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1439
-1090
lines changed

examples/system-test-actor/src/managerClient.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ export function connectToManager() {
4848
};
4949
client.write(encodeFrame(response));
5050

51+
console.log(`actor_${packet.start_actor.actor_id}`, 'fweh');
52+
5153
const kvMessage = {
5254
kv: {
5355
actor_id: packet.start_actor.actor_id,

0 commit comments

Comments
 (0)