ignore BadNoSubscription and BadSessionClosed (#256)
* ignore BadNoSubscription after deleting the last subscriptions Spec Part 5, Paragraph 13.8.1 says that outstanding publish responses should be answered with BadNoSubscription in case the client just deleted the last subscription. This can lead to the following exchange: -> Publish -> Delete <- Publish response (BadNoSubscription) -> Delete response We did not correctly ignore BadNoSubscription in this case. * check response of close session request
Showing
Please register or sign in to comment