Skip to content

Use 'spawn' instead of 'exec' to call hilbert-cli  #38

@elondaits

Description

@elondaits

Exec uses a fixed-size buffers, so it can fill up when calling a cfg-query command. Spawn uses streams instead of a buffer, so it does not have a (practical) limit.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions