mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
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…
x
Reference in New Issue
Block a user