Skip to content

Commit cd55762

Browse files
committed
fix: fix logs for new actors
1 parent 39e66c8 commit cd55762

45 files changed

Lines changed: 1439 additions & 1090 deletions

File tree

Some content is hidden

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

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)