We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I notice that there is a small delay. In the user interface I see data appearing.
Looking at the code I the connection is reopened every time:
PDW/utils/smtp.cpp
Line 1061 in 3b18894
but also, the sending is in a separate send thread:
Lines 1096 to 1098 in 3b18894
I'm pretty sure that is why I'm noticing that delay. Unfortunately, my c/c++ knowledge is very limited.
I did see that in the code the log file is only opened once:
PDW/Misc.cpp
Line 1156 in 3b18894
Monitoring that file via Baretail shows that is updated immediately.
It is not the end of the world kind of issue but wondering if the emailing could be somehow be done faster.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I notice that there is a small delay. In the user interface I see data appearing.
Looking at the code I the connection is reopened every time:
PDW/utils/smtp.cpp
Line 1061 in 3b18894
but also, the sending is in a separate send thread:
PDW/utils/smtp.cpp
Lines 1096 to 1098 in 3b18894
I'm pretty sure that is why I'm noticing that delay. Unfortunately, my c/c++ knowledge is very limited.
I did see that in the code the log file is only opened once:
PDW/Misc.cpp
Line 1156 in 3b18894
Monitoring that file via Baretail shows that is updated immediately.
It is not the end of the world kind of issue but wondering if the emailing could be somehow be done faster.
The text was updated successfully, but these errors were encountered: