-
Notifications
You must be signed in to change notification settings - Fork 0
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
Logging fixes #258
Logging fixes #258
Conversation
So the out-of-order thing is the most annoying obviously, but it might also be responsible for the quick boot time we now see (takes about 2 seconds for Currently the client sends logs with QoS 1, but even if I switch to QoS 2, the message order isn't getting better. |
Even if I put a 5-second timeout on publishing log messages, which should make the publishing wait for each message being published before the next one is processed, does not seem to have an effect. Weird, especially that it worked perfectly in-order with |
Fix problems that occurred after
Fixes #257
[Warning]