OmnyShellHub constructor
OmnyShellHub(
- HubConfig config
Creates a hub from config.
Implementation
OmnyShellHub(this.config)
: broker = HubBroker(
authenticator: config.authenticator,
authorizer: config.authorizer,
clock: config.clock,
heartbeatTimeout: config.heartbeatTimeout,
logger: config.logger,
);