Skip to content

Commit

Permalink
fixup! feat(orchestration): add support for queries (icq/v1)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed May 3, 2024
1 parent aed7b50 commit b27a713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orchestration/src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ const prepareOrchestrationKit = (
.connection;
}
// allocate a new Port for every Connection
// TODO #9317 optimize ICQ port allocation
const port = await this.facets.self.allocateICQControllerPort();
const remoteConnAddr = makeICQChannelAddress(controllerConnectionId);
const icqConnectionKit = makeICQConnectionKit(port);
Expand Down

0 comments on commit b27a713

Please sign in to comment.