Add DEDICATED_DECOMPRESSOR CompressOption

This commit is contained in:
Alex Hultman
2021-09-28 04:06:49 +02:00
parent 7a3bc47f75
commit 415fec3830
6 changed files with 48 additions and 14 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ public:
unsigned int numSubscribers(std::string_view topic) {
Topic *t = topicTree->lookupTopic(topic);
if (t) {
return t->size();
return (unsigned int) t->size();
}
return 0;