STATS messages are being sent twice for some reason #29
Labels
No labels
actions
bug
complicated
database
dependencies
documentation
downstream
duplicate
enhancement
feature
fixed already
front-end
idea
internal
invalid
investigating
javascript
low priority
milestone
minor bug
needs info
networking
nice to have
pcntl
php
question
suggestion
sync
threading
ui
ux
web
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bcarrella/libremail#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It looks like STATS messages are being streamed to the client 2x instead of once. The error does not seem to be in the JSON Parsing but instead it could be related to the stream receiving two SIGUSR2s or the message being duplicated to the server process. This is a very complicated one.
This could be the message sending "null" for active before it starts the next folder:
If that's the case, active=null might not necessarily need to be send while scanning the folders.
This is resolved now in commit
4cacada