We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8889548 commit 4e42c90Copy full SHA for 4e42c90
1 file changed
pkg/workflows/wasm/host/module.go
@@ -523,10 +523,8 @@ func runWasm[I, O proto.Message](
523
524
donSeed := int64(h.Sum64())
525
526
- _ = ctxWithTimeout
527
exec := &execution[O]{
528
- //ctx: ctxWithTimeout,
529
- ctx: ctx,
+ ctx: ctxWithTimeout,
530
capabilityResponses: map[int32]<-chan *sdkpb.CapabilityResponse{},
531
secretsResponses: map[int32]<-chan *secretsResponse{},
532
module: m,
0 commit comments