Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] [issue 1057]: Fix the producer flush opertion is not guarantee …
…to flush all messages (#1058) Fixes #1057 ### Motivation `dataChan` is introduced by #1029 to fix the problem of reconnectToBroker. But it missed that if a flush operation excuted, there may still be some messages in `dataChan`. And these messages can't be flushed. ### Modifications - Fix the producer flush opertion is not guarantee to flush all messages (cherry picked from commit 9867c29)
- Loading branch information