Skip to content

Commit 7a60363

Browse files
committed
Fix: Add HelloServiceMessage protocol handshake in RunnerPlugin constructor
1 parent 4198709 commit 7a60363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conductor/runner/RunnerPlugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export class RunnerPlugin implements IRunnerPlugin {
131131
this.__evaluator = new SchemeEvaluator(this);
132132
this.__isCompatibleWithModules = false;
133133

134+
this.__serviceChannel.send(new HelloServiceMessage());
134135
this.__serviceChannel.subscribe((message) => {
135136
const handler = this.__serviceHandlers.get(message.type);
136137
if (handler) {

0 commit comments

Comments
 (0)