-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
Issue with message_stream in 2.8.28 #3043
Comments
2.8.28 release (from npm) or 2.8.28 from git (master)? This is the type of error discussed in #2732 (and others before). We have improved upon it in a couple PRs that are linked to in that issue (including one that PR that isn't in a release yet). |
From NPM. Sorry, I didn't see the other posts. Should we try with a specific pull or? |
I'm running from If running from master helps, we should probably cut a release. If you're still seeing the issue after deploying, then we need to find out exactly why. |
Any update here? |
Closing as inactive. Reopen if the issue persists in the Haraka from |
Are you using 2.8.28 release or 2.8.28 from git?
Matt
… On Apr 17, 2022, at 12:05 PM, Nitai ***@***.***> wrote:
Hi,
We are processing millions of emails a day and just set up a new server with 2.8.28.
However, we randomly see an error with this version of:
connection.transaction.message_stream is not defined (null of undefined)
In short, the connection.transaction is empty.
Going back to 2.8.27 solves the issue. I don't have a clear test case as this is completely random.
We tested with Node 14.18.2 and with Node 16.14.2 (though, it more happens under v16).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Hi,
We are processing millions of emails a day and just set up a new server with 2.8.28.
However, we randomly see an error with this version of:
connection.transaction.message_stream is not defined (null of undefined)
In short, the connection.transaction is empty.
Going back to 2.8.27 solves the issue. I don't have a clear test case as this is completely random.
We tested with Node 14.18.2 and with Node 16.14.2 (though, it more happens under v16).
The text was updated successfully, but these errors were encountered: