Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
producer: handle case of no transactions in popTransaction()
This corner case generally should not happen, but a nsqd bug or strange network condition could possibly send erroneous bytes that are interpreted as a response. The Producer should be robust, and not panic the whole process.
- Loading branch information