Method: Fancybox2::Module::Base#on_client_suback
- Defined in:
- lib/fancybox2/module/base.rb
#on_client_suback ⇒ Object
Note:
Call super if you override this method
306 307 308 309 310 311 |
# File 'lib/fancybox2/module/base.rb', line 306 def on_client_suback # Client subscribed, we're ready to rock -> Tell core logger.debug 'Subscriptions done' logger.debug "Sending 'ready' to core" :core, :ready end |