Ejemplo n.º 1
0
 channelManager.configure = function (newConfig) {
   if (channelManager.hasChannels()) {
     logger.warn("`configure()` must be called before channels are created.");
   }
   config.configure(newConfig);
   return channelManager;
 };