7.0.2 (2021-01-13)
- [Bug Fix] Receiving messages from sessions in "receiveAndDelete" mode using the
subscribe()
method stops after receiving 2048 of them and leaves the receiver hanging. The bug has been fixed in PR 13178. Also fixes the same issue that is seen with thereceiveMessages
API when large number of messages are requested or if the API is called in a loop.