mirror of https://github.com/apache/activemq.git
apply patch
This commit is contained in:
parent
b679787917
commit
b97fa15d53
|
@ -381,7 +381,8 @@ public class MQTTProtocolConverter {
|
||||||
return topic.qos();
|
return topic.qos();
|
||||||
}
|
}
|
||||||
|
|
||||||
void onUnSubscribe(UNSUBSCRIBE command) {
|
void onUnSubscribe(UNSUBSCRIBE command) throws MQTTProtocolException {
|
||||||
|
checkConnected();
|
||||||
UTF8Buffer[] topics = command.topics();
|
UTF8Buffer[] topics = command.topics();
|
||||||
if (topics != null) {
|
if (topics != null) {
|
||||||
for (UTF8Buffer topic : topics) {
|
for (UTF8Buffer topic : topics) {
|
||||||
|
|
Loading…
Reference in New Issue