Version: 2.6.10
After a client crash the server log shows "connection reset by peer" and the client count goes down. However, the brpoplpush command is still active and will move an item from source to destination even though the client who made the call crashed some time earlier. This results in the command executing without a client to consume the command result.
Newly started listeners won't process items until the "ghost commands" are exhausted.