Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In QoS2 sequence, when the client receives `publish`, the messege is stored into `incomingStore` and sends pack `pubrec`. Then the server sends `pubrel` to the client. Finally, the client calls `handleMessage` with stored message. If no errors are hannpened, `pubcomp` will be sent, but any errors are happened, `pubcomp` shouldn't be sent. This test is for the error case, so I replaced the description.
- Loading branch information