-
Notifications
You must be signed in to change notification settings - Fork 6
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
End message is not sent and no errors are logged. #7
Comments
Can you try using |
In theory, I can. Would there be a difference? Also node version 16.20.2 |
Yeah the underlying stream behavior has changed between 14 -> 16 -> 18, I haven't seen this issue on 16 before but the test matrix doesn't include anything newer than 15. If you want to submit a PR to move the tests to use github actions (travis ci is busted now) + include newer versions of node in the test matrix would be much appreciated, otherwise I'll put this on my TODO. |
I might have the free time to tackle this within the next few days. Will let you know if I am unable to though. |
I'm not 100% on the steps to test (I went with build, lint, test) but hopefully this is close to what you need: #8 |
Smells about right. Looking around, it seems like whatever issue I was running into was caused by some upstream package updating. Locking all of the dep versions, it works perfectly on node 20. I'll look into slowly updating stuff and will report/fix whatever the breaking change is. |
Being very similar to the example, I set up this script:
Which works as normal, logging out the entities, but what is never logged is the 'end'. Is an
end
message meant to not be sent?The text was updated successfully, but these errors were encountered: