Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform stream _transform not calling after pipe #100

Open
knownasilya opened this issue Oct 14, 2021 · 0 comments
Open

Transform stream _transform not calling after pipe #100

knownasilya opened this issue Oct 14, 2021 · 0 comments

Comments

@knownasilya
Copy link

knownasilya commented Oct 14, 2021

Having some trouble with a custom Transform stream (it only calls the constructor and _final) after a pipe.

Pipe is here: https://github.com/AppGeo/mapgeo-sync/blob/main/electron-app/src/process-rule.ts#L288

Transform is used here: https://github.com/AppGeo/mapgeo-sync/blob/main/electron-app/src/process-rule.ts#L151 (defined here https://github.com/AppGeo/mapgeo-sync/blob/main/electron-app/src/utils/feature-collection-transform.ts)

Any ideas? Using node 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant