nutella-framework / nutella_framework

A rails-inspired framework for Macroworlds
http://nutella-framework.github.io/
MIT License
9 stars 2 forks source link

Investigate MQTT timeout issue #97

Open tebemis opened 5 years ago

tebemis commented 5 years ago
ubuntu@ip-172-31-10-182:~/roomquake2$ cd bots/class-bot;./startup 54.85.237.205 roomquake2
/home/ubuntu/.rvm/gems/ruby-2.4.1/gems/mqtt-0.4.0/lib/mqtt/client.rb:510:in `keep_alive!': No Ping Response received for 23 seconds (MQTT::ProtocolException)
        from /home/ubuntu/.rvm/gems/ruby-2.4.1/gems/mqtt-0.4.0/lib/mqtt/client.rb:476:in `receive_packet'
        from /home/ubuntu/.rvm/gems/ruby-2.4.1/gems/mqtt-0.4.0/lib/mqtt/client.rb:296:in `block in connect'
ubuntu@ip-172-31-10-182:~/roomquake2/bots/class-bot$

A simple solution could be to restart bots when they die

tebemis commented 4 years ago

Which we do now but why do we see timeouts?