Andy Piper
Andy Piper
I've tried adding `` to the `readme.md` file for an Awesome List [I just created](https://github.com/andypiper/awesome-modern-twitter-api), but that check is still being run in the CI job and causing the linter...
In progress at https://github.com/andypiper/mqtt-http-bridge/tree/bootstrap
ahhh in that case I am confused about how this is working (I didn't look very hard, and jumped to conclusions) I tried it with RabbitMQ and got no topics....
Weird behaviour with hivemq too (which does have $SYS) - it doesn't list any of the topics I manually publish retained messages on, but does list the $SYS tree and...
Tested with Apache Apollo: - run Apollo (listens on 61613) - mosquitto_pub -h localhost -p 61613 -t blah -m "bloo" -r (several times, varying the topic and message) - configure...
OK so I tried this simple code snippet ``` ruby #!/usr/bin/env ruby require 'rubygems' require 'mqtt' MQTT::Client.connect('localhost',61613) do |client| client.get('#') do |topic,message| puts "#{topic}: #{message}" end end ``` My original...
Additional observations: - RabbitMQ ignores the retained flag as the underlying AMQP broker does not have a concept of retained (this is documented in the MQTT adapter blog post) -...
- moquette does return data equivalent to the number of existing topics with retained publications on them, however the topic strings are all set to '#'
Hi @rzo1 @yssoe - if you're able to take a look into the suggestions @zacmos has made, it would be great to know whether those updates help, or whether you're...
Thanks lots to go through here... @yssoe "I never receive tweets from the 4th tweeter i subscribe to in the above list" Is that a protected account? It may be...